Skip to content

Commit

Permalink
Merge pull request #2375 from byd-android-2017/master-1
Browse files Browse the repository at this point in the history
[no ci] Update README.md
  • Loading branch information
ptrthomas authored Aug 3, 2023
2 parents a99727f + d5c6f60 commit 275933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3376,7 +3376,7 @@ Don't forget that Karate's [data-driven testing capabilities](#data-driven-tests
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.

```cucumber
* def myXml =
* def foo =
"""
<records>
<record index="1">a</record>
Expand Down

0 comments on commit 275933d

Please sign in to comment.