aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-24 17:27:30 +0100
committerAleksey Kladov <[email protected]>2018-08-24 17:27:30 +0100
commit7edab6ae6b4c5d0c411e88f10e923b91dca31de3 (patch)
tree4c17856285f568c56adb7c02024ef80e821dd367 /crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt
parent4d293003964c8f9fabadb1ceb77eab29c0438de3 (diff)
nodes for blocks
Diffstat (limited to 'crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt')
-rw-r--r--crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt b/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt
index 21c5ea958..983545ca2 100644
--- a/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt
+++ b/crates/libsyntax2/tests/data/parser/inline/0098_where_clause.txt
@@ -63,7 +63,7 @@ FILE@[0; 87)
63 LIFETIME@[80; 82) "'a" 63 LIFETIME@[80; 82) "'a"
64 COMMA@[82; 83) 64 COMMA@[82; 83)
65 WHITESPACE@[83; 84) 65 WHITESPACE@[83; 84)
66 BLOCK_EXPR@[84; 86) 66 BLOCK@[84; 86)
67 L_CURLY@[84; 85) 67 L_CURLY@[84; 85)
68 R_CURLY@[85; 86) 68 R_CURLY@[85; 86)
69 WHITESPACE@[86; 87) 69 WHITESPACE@[86; 87)