diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-17 22:07:16 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-17 22:07:16 +0000 |
commit | 9500ad521121f501aea02f549223eb583cb298ee (patch) | |
tree | a383a2e71da6029bbd6a5669b5f9d2b99a1b0a92 /tests/data/parser/inline/0011_unsafe_fn.txt | |
parent | 8c4c5b5b802a204bfeef52e215358ae838900f1f (diff) | |
parent | c6f4a06b4297f498da4bc2cd747aa38effb855b0 (diff) |
Merge #54
54: G: value_parameters, patterns & let statement r=matklad a=matklad
bors r+
Diffstat (limited to 'tests/data/parser/inline/0011_unsafe_fn.txt')
-rw-r--r-- | tests/data/parser/inline/0011_unsafe_fn.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/data/parser/inline/0011_unsafe_fn.txt b/tests/data/parser/inline/0011_unsafe_fn.txt index ed790fe22..d89ad451f 100644 --- a/tests/data/parser/inline/0011_unsafe_fn.txt +++ b/tests/data/parser/inline/0011_unsafe_fn.txt | |||
@@ -8,7 +8,8 @@ FILE@[0; 19) | |||
8 | IDENT@[10; 13) "foo" | 8 | IDENT@[10; 13) "foo" |
9 | L_PAREN@[13; 14) | 9 | L_PAREN@[13; 14) |
10 | R_PAREN@[14; 15) | 10 | R_PAREN@[14; 15) |
11 | WHITESPACE@[15; 16) | 11 | BLOCK@[15; 19) |
12 | L_CURLY@[16; 17) | 12 | WHITESPACE@[15; 16) |
13 | R_CURLY@[17; 18) | 13 | L_CURLY@[16; 17) |
14 | WHITESPACE@[18; 19) | 14 | R_CURLY@[17; 18) |
15 | WHITESPACE@[18; 19) | ||