diff options
Diffstat (limited to 'tests/data_fuzz_xpath/functions.xpath')
-rw-r--r-- | tests/data_fuzz_xpath/functions.xpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data_fuzz_xpath/functions.xpath b/tests/data_fuzz_xpath/functions.xpath new file mode 100644 index 0000000..ec24b4f --- /dev/null +++ b/tests/data_fuzz_xpath/functions.xpath @@ -0,0 +1 @@ +sum(nodes) + round(concat(//a[translate(@id, 'abc', '012')]))
|