Skip to content

Commit 9b35620

Browse files
committed
fixed broken build
1 parent 1cac410 commit 9b35620

File tree

1 file changed

+1
-1
lines changed
  • karate-junit4/src/test/java/com/intuit/karate/junit4/xml

1 file changed

+1
-1
lines changed

karate-junit4/src/test/java/com/intuit/karate/junit4/xml/xml.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Scenario: xml containing a CDATA section
254254
Scenario: CDATA and simple string embedded expression
255255
* def foo = 'hello world'
256256
* def xml = <bar><![CDATA[#(foo)]]></bar>
257-
* match xml = <bar><![CDATA[hello world]]></bar>
257+
* match xml == <bar><![CDATA[hello world]]></bar>
258258

259259
Scenario: CDATA and xml embedded expression
260260
* def foo = <bar>baz</bar>

0 commit comments

Comments
 (0)