We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac410 commit 9b35620Copy full SHA for 9b35620
karate-junit4/src/test/java/com/intuit/karate/junit4/xml/xml.feature
@@ -254,7 +254,7 @@ Scenario: xml containing a CDATA section
254
Scenario: CDATA and simple string embedded expression
255
* def foo = 'hello world'
256
* def xml = <bar><![CDATA[#(foo)]]></bar>
257
- * match xml = <bar><![CDATA[hello world]]></bar>
+ * match xml == <bar><![CDATA[hello world]]></bar>
258
259
Scenario: CDATA and xml embedded expression
260
* def foo = <bar>baz</bar>
0 commit comments