diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-02-08 08:48:54 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-02-09 07:37:38 -0800 |
commit | 8c62fa9121eacf5cde1ed59bf0cca896227a44d5 (patch) | |
tree | 8187f2de4061ade9ee4fd2df2eea59dbd40283ea /tests/data_fuzz_xpath/path.xpath | |
parent | 8b15ae801531f64804566391bfbd10db451956ca (diff) |
tests: Add XPath fuzzing
Only fuzz the parser for now.
Diffstat (limited to 'tests/data_fuzz_xpath/path.xpath')
-rw-r--r-- | tests/data_fuzz_xpath/path.xpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data_fuzz_xpath/path.xpath b/tests/data_fuzz_xpath/path.xpath new file mode 100644 index 0000000..82cace9 --- /dev/null +++ b/tests/data_fuzz_xpath/path.xpath @@ -0,0 +1 @@ +@*/ancestor::*/near-north/*[4]/@*/preceding::text()
\ No newline at end of file |