Skip to content

Commit 275933d

Browse files
authored
Merge pull request #2375 from byd-android-2017/master-1
[no ci] Update README.md
2 parents a99727f + d5c6f60 commit 275933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@ Don't forget that Karate's [data-driven testing capabilities](#data-driven-tests
33763376
When handling XML, you sometimes need to call [XPath functions](https://docs.oracle.com/javase/tutorial/jaxp/xslt/xpath.html), for example to get the count of a node-set. Any valid XPath expression is allowed on the left-hand-side of a [`match`](#match) statement.
33773377

33783378
```cucumber
3379-
* def myXml =
3379+
* def foo =
33803380
"""
33813381
<records>
33823382
<record index="1">a</record>

0 commit comments

Comments
 (0)