diff options
author | Chimrod <> | 2023-10-17 19:49:48 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-18 11:19:35 +0200 |
commit | 736456d9952c1d58008f4ca5755913dfff7a32b8 (patch) | |
tree | 11d5d06db99d0e0eb1b092036586cf88eeb09997 /lib/qparser | |
parent | ee2cddf734b66fa39a8ad7aa3662f22bbc62cf47 (diff) |
New message for error
Diffstat (limited to 'lib/qparser')
-rw-r--r-- | lib/qparser/expression_parser.messages | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/qparser/expression_parser.messages b/lib/qparser/expression_parser.messages index eb13846..4f99943 100644 --- a/lib/qparser/expression_parser.messages +++ b/lib/qparser/expression_parser.messages @@ -307,3 +307,7 @@ main: LOCATION_START EOL IF STAR main: LOCATION_START EOL IDENT DECR STAR Missing operand + +main: LOCATION_START EOL IF IDENT COLUMN EOL ELIF IDENT COLUMN STAR + +Mix between IF block and inline ELIF |