aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-02 20:20:24 +0100
committerGitHub <[email protected]>2019-09-02 20:20:24 +0100
commit7faec1c30046769d4ae490e15cf5405bcfbdeef8 (patch)
tree6d268b721027a5350928a6c5a0ec227b5fde8ebc /crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
parenta8397deab914240aca8f015fb3736689919c0a5b (diff)
parente94587e3153b52684fd3f6b82c8e7efc09ff5c8d (diff)
Merge #1752
1752: Always wrap blocks into block expressions r=flodiebold a=matklad This way, things like function bodies are expressions, and we don't have to single them out Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt29
1 files changed, 15 insertions, 14 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt b/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
index 86263c0bb..ac5444087 100644
--- a/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
+++ b/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
@@ -75,18 +75,19 @@ SOURCE_FILE@[0; 157)
75 IDENT@[131; 133) "Eq" 75 IDENT@[131; 133) "Eq"
76 COMMA@[133; 134) "," 76 COMMA@[133; 134) ","
77 WHITESPACE@[134; 135) "\n" 77 WHITESPACE@[134; 135) "\n"
78 BLOCK@[135; 156) 78 BLOCK_EXPR@[135; 156)
79 L_CURLY@[135; 136) "{" 79 BLOCK@[135; 156)
80 WHITESPACE@[136; 141) "\n " 80 L_CURLY@[135; 136) "{"
81 METHOD_CALL_EXPR@[141; 154) 81 WHITESPACE@[136; 141) "\n "
82 LITERAL@[141; 143) 82 METHOD_CALL_EXPR@[141; 154)
83 STRING@[141; 143) "\"\"" 83 LITERAL@[141; 143)
84 DOT@[143; 144) "." 84 STRING@[141; 143) "\"\""
85 NAME_REF@[144; 152) 85 DOT@[143; 144) "."
86 IDENT@[144; 152) "to_owned" 86 NAME_REF@[144; 152)
87 ARG_LIST@[152; 154) 87 IDENT@[144; 152) "to_owned"
88 L_PAREN@[152; 153) "(" 88 ARG_LIST@[152; 154)
89 R_PAREN@[153; 154) ")" 89 L_PAREN@[152; 153) "("
90 WHITESPACE@[154; 155) "\n" 90 R_PAREN@[153; 154) ")"
91 R_CURLY@[155; 156) "}" 91 WHITESPACE@[154; 155) "\n"
92 R_CURLY@[155; 156) "}"
92 WHITESPACE@[156; 157) "\n" 93 WHITESPACE@[156; 157) "\n"