Home | History | Annotate | Download | only in testdata

Lines Matching full:quote

38 " (?:                      # opening quote...
39 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
42 )* " # closing quote
52 " (?: # opening quote...
53 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
56 )* " # closing quote
89 " (?: # opening quote...
90 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
93 )* " # closing quote
101 " (?: # opening quote...
102 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
105 )* " # closing quote
171 " (?: # opening quote...
172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
175 )* " # closing quote
185 " (?: # opening quote...
186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
189 )* " # closing quote