aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt b/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt
index f85d6a4bc..33886154d 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt
@@ -40,7 +40,8 @@ SOURCE_FILE@[0; 35)
40 PARAM_LIST@[30; 32) 40 PARAM_LIST@[30; 32)
41 L_PAREN@[30; 31) "(" 41 L_PAREN@[30; 31) "("
42 R_PAREN@[31; 32) ")" 42 R_PAREN@[31; 32) ")"
43 BLOCK@[32; 34) 43 BLOCK_EXPR@[32; 34)
44 L_CURLY@[32; 33) "{" 44 BLOCK@[32; 34)
45 R_CURLY@[33; 34) "}" 45 L_CURLY@[32; 33) "{"
46 R_CURLY@[33; 34) "}"
46 WHITESPACE@[34; 35) "\n" 47 WHITESPACE@[34; 35) "\n"