aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt
index 32979c523..8e4b63f02 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt
@@ -33,7 +33,8 @@ SOURCE_FILE@[0; 29)
33 NAME_REF@[21; 25) 33 NAME_REF@[21; 25)
34 IDENT@[21; 25) "Copy" 34 IDENT@[21; 25) "Copy"
35 WHITESPACE@[25; 26) " " 35 WHITESPACE@[25; 26) " "
36 BLOCK@[26; 28) 36 BLOCK_EXPR@[26; 28)
37 L_CURLY@[26; 27) "{" 37 BLOCK@[26; 28)
38 R_CURLY@[27; 28) "}" 38 L_CURLY@[26; 27) "{"
39 R_CURLY@[27; 28) "}"
39 WHITESPACE@[28; 29) "\n" 40 WHITESPACE@[28; 29) "\n"