Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict

Issue 2130463004: [libfuzzer] Fix escaping of quotes in dictionary_generator.py and dicts affected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict b/testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict
index bb8f5e80809c730bfa549f8fb8afc5b5d5e9e52a..b4d536cad0d61bb39231780091db1792a177b80f 100644
--- a/testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict
+++ b/testing/libfuzzer/fuzzers/dicts/generated/v8_script_parser_fuzzer.dict
@@ -150,7 +150,7 @@ prop_valueOf=".valueOf"
"returned"
"very"
"activation"
-"\'UA-32577963-1\']);"
+"'UA-32577963-1']);"
"Classes"
"every"
"updates"
@@ -196,7 +196,7 @@ prop_valueOf=".valueOf"
"above"
"Int8Array"
"method"
-""BSD"
+"\"BSD"
"full"
"escaping"
"Undefined"
@@ -576,7 +576,7 @@ prop_valueOf=".valueOf"
"zone,"
"PROCUREMENT"
"succeed"
-"IS""
+"IS\""
"interface"
"IMPLEMENT"
"AND"
@@ -949,7 +949,7 @@ prop_valueOf=".valueOf"
"implicit"
"change"
"convert"
-""AS"
+"\"AS"
"shift"
"31"
"Date.prototype.setUTCSeconds"
@@ -993,7 +993,7 @@ prop_valueOf=".valueOf"
"Time"
"cases"
"ID_Continue"
-""CODE","
+"\"CODE\","
"NON-JOINER)"
"lowercase"
"RIGHTS"
@@ -1530,7 +1530,7 @@ prop_valueOf=".valueOf"
"results:"
"leap"
"does"
-""B","
+"\"B\","
"CreateListFromArrayLike"
"?"
"mode"
« no previous file with comments | « testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698