From d5c6f60bfe19ac9c887e4b96e185cd2bbe0cf0b5 Mon Sep 17 00:00:00 2001 From: LiXiaoPing <17773406760@189.cn> Date: Thu, 3 Aug 2023 21:50:17 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正一个书写错误 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8add09616..0e2b984cc 100755 --- a/README.md +++ b/README.md @@ -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 = """ a