\\. { addchar(false, yytext[1]); }
\\ {
- jsonpath_yyerror(NULL, escontext,
- "unexpected end after backslash");
- yyterminate();
+ jsonpath_yyerror(NULL, escontext,
+ "unexpected end after backslash");
+ yyterminate();
}
<> {
- jsonpath_yyerror(NULL, escontext,
- "unterminated quoted string");
- yyterminate();
+ jsonpath_yyerror(NULL, escontext,
+ "unterminated quoted string");
+ yyterminate();
}
\" {
\* { }
<> {
- jsonpath_yyerror(
- NULL, escontext,
- "unexpected end of comment");
+ jsonpath_yyerror(NULL, escontext,
+ "unexpected end of comment");
yyterminate();
}
\&\& { return AND_P; }
}
{realfail} {
- jsonpath_yyerror(
- NULL, escontext,
- "invalid numeric literal");
+ jsonpath_yyerror(NULL, escontext,
+ "invalid numeric literal");
yyterminate();
}
{decinteger_junk} {
- jsonpath_yyerror(
- NULL, escontext,
- "trailing junk after numeric literal");
+ jsonpath_yyerror(NULL, escontext,
+ "trailing junk after numeric literal");
yyterminate();
}
{decimal_junk} {
- jsonpath_yyerror(
- NULL, escontext,
- "trailing junk after numeric literal");
+ jsonpath_yyerror(NULL, escontext,
+ "trailing junk after numeric literal");
yyterminate();
}
{real_junk} {
- jsonpath_yyerror(
- NULL, escontext,
- "trailing junk after numeric literal");
+ jsonpath_yyerror(NULL, escontext,
+ "trailing junk after numeric literal");
yyterminate();
}
\" {