@@ -191,15 +191,15 @@ hex_fail \\x{hexdigit}{0,1}
191
191
<xnq ,xq ,xvq >\\ . { addchar (false , yytext[1 ]); }
192
192
193
193
<xnq ,xq ,xvq >\\ {
194
- jsonpath_yyerror (NULL , escontext,
195
- " unexpected end after backslash" );
196
- yyterminate ();
194
+ jsonpath_yyerror (NULL , escontext,
195
+ " unexpected end after backslash" );
196
+ yyterminate ();
197
197
}
198
198
199
199
<xq ,xvq ><<EOF>> {
200
- jsonpath_yyerror (NULL , escontext,
201
- " unterminated quoted string" );
202
- yyterminate ();
200
+ jsonpath_yyerror (NULL , escontext,
201
+ " unterminated quoted string" );
202
+ yyterminate ();
203
203
}
204
204
205
205
<xq >\" {
@@ -223,9 +223,8 @@ hex_fail \\x{hexdigit}{0,1}
223
223
<xc >\* { }
224
224
225
225
<xc ><<EOF>> {
226
- jsonpath_yyerror (
227
- NULL , escontext,
228
- " unexpected end of comment" );
226
+ jsonpath_yyerror (NULL , escontext,
227
+ " unexpected end of comment" );
229
228
yyterminate ();
230
229
}
231
230
\&\& { return AND_P; }
@@ -314,27 +313,23 @@ hex_fail \\x{hexdigit}{0,1}
314
313
}
315
314
316
315
{realfail } {
317
- jsonpath_yyerror (
318
- NULL , escontext,
319
- " invalid numeric literal" );
316
+ jsonpath_yyerror (NULL , escontext,
317
+ " invalid numeric literal" );
320
318
yyterminate ();
321
319
}
322
320
{decinteger_junk } {
323
- jsonpath_yyerror (
324
- NULL , escontext,
325
- " trailing junk after numeric literal" );
321
+ jsonpath_yyerror (NULL , escontext,
322
+ " trailing junk after numeric literal" );
326
323
yyterminate ();
327
324
}
328
325
{decimal_junk } {
329
- jsonpath_yyerror (
330
- NULL , escontext,
331
- " trailing junk after numeric literal" );
326
+ jsonpath_yyerror (NULL , escontext,
327
+ " trailing junk after numeric literal" );
332
328
yyterminate ();
333
329
}
334
330
{real_junk } {
335
- jsonpath_yyerror (
336
- NULL , escontext,
337
- " trailing junk after numeric literal" );
331
+ jsonpath_yyerror (NULL , escontext,
332
+ " trailing junk after numeric literal" );
338
333
yyterminate ();
339
334
}
340
335
\" {
0 commit comments