aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 17:33:21 +0100
committerAleksey Kladov <[email protected]>2019-09-02 18:15:51 +0100
commit470fc4765cd3ccc764d3265034d18766374371aa (patch)
tree8940c7e976106d64f766afbbcb7ddab489ce9485 /crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
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"