diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-04 14:07:09 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-04 14:07:09 +0000 |
commit | 550b17d7cf321c2aebff75d00b1654b55beca53c (patch) | |
tree | a7759795877d2d5fef25915997c2679af0cd3e94 /tests/data/parser/inline/0011_unsafe_fn.txt | |
parent | b86e87c8885895e5b3fcec021ee65003d64c4cbe (diff) | |
parent | 351107d0b143e2c3497bd0f424f0d76bc51df0c0 (diff) |
Merge #43
43: Ctx r=matklad a=matklad
Diffstat (limited to 'tests/data/parser/inline/0011_unsafe_fn.txt')
-rw-r--r-- | tests/data/parser/inline/0011_unsafe_fn.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0011_unsafe_fn.txt b/tests/data/parser/inline/0011_unsafe_fn.txt new file mode 100644 index 000000000..23eca1d65 --- /dev/null +++ b/tests/data/parser/inline/0011_unsafe_fn.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | FILE@[0; 19) | ||
2 | FN_ITEM@[0; 19) | ||
3 | UNSAFE_KW@[0; 6) | ||
4 | WHITESPACE@[6; 7) | ||
5 | FN_KW@[7; 9) | ||
6 | WHITESPACE@[9; 10) | ||
7 | IDENT@[10; 13) "foo" | ||
8 | L_PAREN@[13; 14) | ||
9 | R_PAREN@[14; 15) | ||
10 | WHITESPACE@[15; 16) | ||
11 | L_CURLY@[16; 17) | ||
12 | R_CURLY@[17; 18) | ||
13 | WHITESPACE@[18; 19) | ||