|
153 | 153 | },
|
154 | 154 | },
|
155 | 155 | init: { '@type': "StringLiteral",
|
156 |
| - '@token': "zqxjkvbpygfwmucldrhsnioate", |
| 156 | + '@token': "\"zqxjkvbpygfwmucldrhsnioate\"", |
157 | 157 | '@role': [Expression, Initialization, Literal, String],
|
158 | 158 | '@pos': { '@type': "uast:Positions",
|
159 | 159 | start: { '@type': "uast:Position",
|
|
259 | 259 | },
|
260 | 260 | arguments: [
|
261 | 261 | { '@type': "RegExpLiteral",
|
262 |
| - '@token': "[^a-z]", |
| 262 | + '@token': "/[^a-z]/g", |
263 | 263 | '@role': [Argument, Call, Expression, Literal, Regexp],
|
264 | 264 | '@pos': { '@type': "uast:Positions",
|
265 | 265 | start: { '@type': "uast:Position",
|
|
274 | 274 | },
|
275 | 275 | },
|
276 | 276 | flags: "g",
|
| 277 | + pattern: "[^a-z]", |
277 | 278 | },
|
278 | 279 | { '@type': "StringLiteral",
|
279 |
| - '@token': "", |
| 280 | + '@token': "''", |
280 | 281 | '@role': [Argument, Call, Expression, Literal, String],
|
281 | 282 | '@pos': { '@type': "uast:Positions",
|
282 | 283 | start: { '@type': "uast:Position",
|
|
886 | 887 | },
|
887 | 888 | arguments: [
|
888 | 889 | { '@type': "StringLiteral",
|
889 |
| - '@token': "is this a pangram", |
| 890 | + '@token': "\"is this a pangram\"", |
890 | 891 | '@role': [Argument, Call, Expression, Literal, String],
|
891 | 892 | '@pos': { '@type': "uast:Positions",
|
892 | 893 | start: { '@type': "uast:Position",
|
|
1034 | 1035 | },
|
1035 | 1036 | arguments: [
|
1036 | 1037 | { '@type': "StringLiteral",
|
1037 |
| - '@token': "The quick brown fox jumps over the lazy dog", |
| 1038 | + '@token': "\"The quick brown fox jumps over the lazy dog\"", |
1038 | 1039 | '@role': [Argument, Call, Expression, Literal, String],
|
1039 | 1040 | '@pos': { '@type': "uast:Positions",
|
1040 | 1041 | start: { '@type': "uast:Position",
|
|
0 commit comments