From ea544eb48bb7414a76b059ff285b63ce1cf1fbda Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 9 Feb 2017 09:53:04 -0800 Subject: tests: Add fuzzing dictionaries Hopefully this will allow for better fuzzing coverage --- tests/fuzz_xpath.dict | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 tests/fuzz_xpath.dict (limited to 'tests/fuzz_xpath.dict') diff --git a/tests/fuzz_xpath.dict b/tests/fuzz_xpath.dict new file mode 100644 index 0000000..c469f6e --- /dev/null +++ b/tests/fuzz_xpath.dict @@ -0,0 +1,72 @@ +"boolean" +"count" +"contains" +"concat" +"ceiling" +"false" +"floor" +"id" +"last" +"lang" +"local-name" +"name" +"namespace-uri" +"normalize-space" +"not" +"number" +"position" +"round" +"string" +"string-length" +"starts-with" +"substring-before" +"substring-after" +"substring" +"sum" +"translate" +"true" +"ancestor" +"ancestor-or-self" +"attribute" +"child" +"descendant" +"descendant-or-self" +"following" +"following-sibling" +"namespace" +"parent" +"preceding" +"preceding-sibling" +"self" +"comment" +"node" +"processing-instruction" +"text" +"or" +"and" +"div" +"mod" +">" +">=" +"<" +"<=" +"!" +"!=" +"=" +"+" +"-" +"*" +"|" +"$" +"(" +")" +"[" +"]" +"," +"//" +"/" +".." +"." +"@" +"::" +":" -- cgit v1.2.3