diff options
author | Chimrod <> | 2024-01-20 21:59:10 +0100 |
---|---|---|
committer | Chimrod <> | 2024-01-20 21:59:10 +0100 |
commit | 8a02bbbd2bf42e2152faca16b95152744ef416d0 (patch) | |
tree | 0eb17c69ba9db26a1b45357d3f3a5bd5cb443da1 /lib/qparser/parser.mly | |
parent | 2abe1fae40a1c65ff66ad51c98d92be9c7d9d8a5 (diff) |
Reject a syntax which was incorrectly accepted
Diffstat (limited to 'lib/qparser/parser.mly')
-rw-r--r-- | lib/qparser/parser.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qparser/parser.mly b/lib/qparser/parser.mly index 6fc9b8f..861d8b9 100644 --- a/lib/qparser/parser.mly +++ b/lib/qparser/parser.mly @@ -78,7 +78,7 @@ line_statement: COLUMN EOL+ s = line_statement* b = BODY - END TOKEN? + END line_sep { let expression = Analyzer.Expression.v e in |