diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
commit | b814d931514cdc250f9156dabd874edf685569d0 (patch) | |
tree | 6de85e5e662bc0c6eca78715496a02867da1eff9 /tests/data/parser/inline/0004_extern_fn.txt | |
parent | c3b009b6d24225ad2add62fce8206918fceba3eb (diff) | |
parent | 199b3a1604095beee9eaeec541c8f158e85493ea (diff) |
Merge #46
46: Names r=matklad a=matklad
bors r+
Diffstat (limited to 'tests/data/parser/inline/0004_extern_fn.txt')
-rw-r--r-- | tests/data/parser/inline/0004_extern_fn.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/parser/inline/0004_extern_fn.txt b/tests/data/parser/inline/0004_extern_fn.txt index 096c3bf4f..70a909ccf 100644 --- a/tests/data/parser/inline/0004_extern_fn.txt +++ b/tests/data/parser/inline/0004_extern_fn.txt | |||
@@ -4,8 +4,9 @@ FILE@[0; 19) | |||
4 | EXTERN_KW@[0; 6) | 4 | EXTERN_KW@[0; 6) |
5 | WHITESPACE@[6; 7) | 5 | WHITESPACE@[6; 7) |
6 | FN_KW@[7; 9) | 6 | FN_KW@[7; 9) |
7 | WHITESPACE@[9; 10) | 7 | NAME@[9; 13) |
8 | IDENT@[10; 13) "foo" | 8 | WHITESPACE@[9; 10) |
9 | IDENT@[10; 13) "foo" | ||
9 | L_PAREN@[13; 14) | 10 | L_PAREN@[13; 14) |
10 | R_PAREN@[14; 15) | 11 | R_PAREN@[14; 15) |
11 | WHITESPACE@[15; 16) | 12 | WHITESPACE@[15; 16) |