Fix part 2 for [Xpath API do not support filter data by wildcard](https://github.com/clicon/clixon/issues/313)

This commit is contained in:
Olof hagsand 2022-03-15 19:59:54 +01:00
parent a973eaaeef
commit 03f667e2ea
3 changed files with 5 additions and 5 deletions

View file

@ -94,8 +94,6 @@ cat <<EOF > $xml4
</root>
EOF
new "xpath /"
expecteof "$clixon_util_xpath -f $xml -p /" 0 "" "^nodeset:0:<aaa><bbb x=\"hello\"><ccc>42</ccc></bbb><bbb x=\"bye\"><ccc>99</ccc></bbb><ddd><ccc>22</ccc></ddd></aaa>$"