aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast
diff options
context:
space:
mode:
authorDavid Lattimore <[email protected]>2020-06-18 22:43:19 +0100
committerDavid Lattimore <[email protected]>2020-06-21 13:28:17 +0100
commitbc99e95d7d954701c36142881302bb70e791bec1 (patch)
treee2cf8c7c18c0b3b6a1f0936db8195f709bc03a5c /crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast
parent902a9c6da7939abec74bb4e4be9d1d16dfb15daa (diff)
Implement APIs for parsing expressions, types, paths, patterns and items
Diffstat (limited to 'crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast')
-rw-r--r--crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast14
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast b/crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast
new file mode 100644
index 000000000..4a2b45e6a
--- /dev/null
+++ b/crates/ra_syntax/test_data/parser/fragments/path/ok/0001_multipart.rast
@@ -0,0 +1,14 @@
1[email protected]
2 [email protected]
3 [email protected]
4 [email protected]
5 [email protected]
6 [email protected] "foo"
7 [email protected] "::"
8 [email protected]
9 [email protected]
10 [email protected] "bar"
11 [email protected] "::"
12 [email protected]
13 [email protected]
14 [email protected] "baz"