From 8c62fa9121eacf5cde1ed59bf0cca896227a44d5 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 8 Feb 2017 08:48:54 -0800 Subject: tests: Add XPath fuzzing Only fuzz the parser for now. --- tests/data_fuzz_xpath/math.xpath | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/data_fuzz_xpath/math.xpath (limited to 'tests/data_fuzz_xpath/math.xpath') diff --git a/tests/data_fuzz_xpath/math.xpath b/tests/data_fuzz_xpath/math.xpath new file mode 100644 index 0000000..7f6e968 --- /dev/null +++ b/tests/data_fuzz_xpath/math.xpath @@ -0,0 +1 @@ +1+2*3 div 4 mod 5-6 \ No newline at end of file -- cgit v1.2.3