Lines Matching full:quoted
89 // Empty quoted string
98 // Quoted string concatenation with double quotes
107 // Quoted string concatenation with single quotes
116 // Quoted string concatenations with mixed quotes
132 // Quoted string with escaped apostrophe
141 // Quoted string with single quote
150 // Quoted string with all the accepted special characters from the C++ test
159 // Quoted string with quoted backslash
168 // Quoted string with UTF-8 bytes.
177 // Quoted string with unicode escapes.
186 // Bad quoted string
189 err: `line 1.15: invalid quoted string "\0": \0 requires 2 following digits`,
195 err: `line 1.16: invalid quoted string "\u000": \u requires 4 following digits`,
201 err: `line 1.16: invalid quoted string "\U0000000": \U requires 8 following digits`,
207 err: `line 1.16: invalid quoted string "\xxx": \xxx contains non-hexadecimal digits`,
275 // Number posing as a quoted string
281 // Quoted string posing as int32
287 // Quoted string posing a float32