diff options
author | Aleksey Kladov <[email protected]> | 2018-08-07 12:52:03 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-07 12:52:03 +0100 |
commit | 1a25cb0b1e0f81e7b76c0b41b94d18eca3bd3bfb (patch) | |
tree | 3683c0849bccbe1aaf0d0b4373beebf5b62999f2 /tests/data/parser/inline/0085_neg_expr.txt | |
parent | ba21da52741bf207db5081811e00eacf45796429 (diff) |
simplify unary expr grammar
Diffstat (limited to 'tests/data/parser/inline/0085_neg_expr.txt')
-rw-r--r-- | tests/data/parser/inline/0085_neg_expr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/parser/inline/0085_neg_expr.txt b/tests/data/parser/inline/0085_neg_expr.txt index 8eeb0b1e6..65855555c 100644 --- a/tests/data/parser/inline/0085_neg_expr.txt +++ b/tests/data/parser/inline/0085_neg_expr.txt | |||
@@ -12,9 +12,9 @@ FILE@[0; 22) | |||
12 | L_CURLY@[9; 10) | 12 | L_CURLY@[9; 10) |
13 | WHITESPACE@[10; 15) | 13 | WHITESPACE@[10; 15) |
14 | EXPR_STMT@[15; 19) | 14 | EXPR_STMT@[15; 19) |
15 | NEG_EXPR@[15; 18) | 15 | PREFIX_EXPR@[15; 18) |
16 | MINUS@[15; 16) | 16 | MINUS@[15; 16) |
17 | NEG_EXPR@[16; 18) | 17 | PREFIX_EXPR@[16; 18) |
18 | MINUS@[16; 17) | 18 | MINUS@[16; 17) |
19 | LITERAL@[17; 18) | 19 | LITERAL@[17; 18) |
20 | INT_NUMBER@[17; 18) "1" | 20 | INT_NUMBER@[17; 18) "1" |