aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/err/0005_attribute_recover.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-29 11:51:55 +0100
committerAleksey Kladov <[email protected]>2018-07-29 11:51:55 +0100
commitc12450fb4e30c3418555e47d045bb9fd4318a10a (patch)
treee2dc508e1e415388392657cda3dfb00175cdabf2 /tests/data/parser/err/0005_attribute_recover.txt
parent8d9961b75377a7bd2656b5aa1451710de8c86f60 (diff)
Introduce red-green syntax tree
Diffstat (limited to 'tests/data/parser/err/0005_attribute_recover.txt')
-rw-r--r--tests/data/parser/err/0005_attribute_recover.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/parser/err/0005_attribute_recover.txt b/tests/data/parser/err/0005_attribute_recover.txt
index 731f5f2f8..74dd38959 100644
--- a/tests/data/parser/err/0005_attribute_recover.txt
+++ b/tests/data/parser/err/0005_attribute_recover.txt
@@ -9,12 +9,12 @@ FILE@[0; 54)
9 META_ITEM@[6; 9) 9 META_ITEM@[6; 9)
10 IDENT@[6; 9) "foo" 10 IDENT@[6; 9) "foo"
11 COMMA@[9; 10) 11 COMMA@[9; 10)
12 ERROR@[10; 12)
13 err: `expected attribute` 12 err: `expected attribute`
13 ERROR@[10; 12)
14 WHITESPACE@[10; 11) 14 WHITESPACE@[10; 11)
15 PLUS@[11; 12) 15 PLUS@[11; 12)
16 err: `expected attribute`
16 ERROR@[12; 14) 17 ERROR@[12; 14)
17 err: `expected attribute`
18 COMMA@[12; 13) 18 COMMA@[12; 13)
19 WHITESPACE@[13; 14) 19 WHITESPACE@[13; 14)
20 LITERAL@[14; 16) 20 LITERAL@[14; 16)
@@ -43,7 +43,7 @@ FILE@[0; 54)
43 L_PAREN@[39; 40) 43 L_PAREN@[39; 40)
44 err: `expected attribute` 44 err: `expected attribute`
45 WHITESPACE@[40; 41) 45 WHITESPACE@[40; 41)
46 err: `expected R_BRACK` 46 err: `expected R_BRACK`
47 FN_KW@[41; 43) 47 FN_KW@[41; 43)
48 NAME@[43; 47) 48 NAME@[43; 47)
49 WHITESPACE@[43; 44) 49 WHITESPACE@[43; 44)