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

Side by Side Diff: testing/libfuzzer/fuzzers/dicts/icu_regex.dict

Issue 1995833002: [libfuzzer] remove icu fuzzers (moved to //third_party/icu/fuzzers). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | testing/libfuzzer/fuzzers/icu_uregex_open_fuzzer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 "\\a"
6 "\\A"
7 "\\b"
8 "\\B"
9 "\\cX"
10 "\\cC"
11 "\\cZ"
12 "\\d"
13 "\\D"
14 "\\e"
15 "\\u001B"
16 "\\E"
17 "\\f"
18 "\\u000C"
19 "\\G"
20 "\\h"
21 "\\u0009"
22 "\\H"
23 "\\k"
24 "\\n"
25 "\\N"
26 "\\p"
27 "\\P"
28 "{"
29 "}"
30 "\\Q"
31 "\\r"
32 "\\u000D"
33 "\\R"
34 "\\u000a"
35 "\\u000b"
36 "\\u000c"
37 "\\u000d"
38 "\\u0085"
39 "\\u2028"
40 "\\u2029"
41 "\\s"
42 "[\\t\\n\\f\\r\\p{Z}]"
43 "\\S"
44 "\\t"
45 "\\u0009"
46 "\\u"
47 "\\uf0ff"
48 "\\U"
49 "\\U0010ffff."
50 "\\v"
51 "\\V"
52 "\\w"
53 "\\W"
54 "\\x"
55 "\\xhh"
56 "\\X"
57 "\\Z"
58 "\\z"
59 "\\n"
60 "\\0"
61 "\\0ooo"
62 "."
63 "^"
64 "$"
65 "\\"
66 "|"
67 "*"
68 "+"
69 "?"
70 ","
71 "*?"
72 "+?"
73 "??"
74 "*+"
75 "++"
76 "?+"
77 "("
78 "(?:"
79 "(?>"
80 "(?#"
81 "(?="
82 "(?!"
83 "(?<="
84 "(?<!"
85 "(?"
86 "-"
87 ")"
88 ":"
89 "(?ismwx-ismwx:"
90 "(?ismwx-ismwx)"
91 "(?i)"
92 "["
93 "]"
94 "[\\u0000-\\U0010ffff]"
95 "[:script=Greek:]"
96 "{script=Greek}"
97 "gC"
98 "sc"
99 "scx"
100 "WB"
101 "Nd"
102 "d"
103 "MN"
OLDNEW
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | testing/libfuzzer/fuzzers/icu_uregex_open_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698