Skip to content

Commit d18c54e

Browse files
committed
update dynamic regex test
refs #10998
1 parent 22aa8a7 commit d18c54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/dynamic/dynamic-xml.tester.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ t.create('multiple results')
7474
.intercept(withExampleXml)
7575
.expectBadge({
7676
label: 'custom badge',
77+
// truncated to 255 chars
7778
message:
78-
"XML Developer's Guide, Midnight Rain, Maeve Ascendant, Oberon's Legacy, The Sundered Grail, Lover Birds, Splish Splash, Creepy Crawlies, Paradox Lost, Microsoft .NET: The Programming Bible, MSXML3: A Comprehensive Guide, Visual Studio 7: A Comprehensive Guide",
79+
"XML Developer's Guide, Midnight Rain, Maeve Ascendant, Oberon's Legacy, The Sundered Grail, Lover Birds, Splish Splash, Creepy Crawlies, Paradox Lost, Microsoft .NET: The Programming Bible, MSXML3: A Comprehensive Guide, Visual Studio 7: A Comprehensive G",
7980
})
8081

8182
t.create('prefix and suffix')

0 commit comments

Comments
 (0)