From 134fe4f566d94fd4ca91c6417fab0ae7b3e4275f Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Thu, 20 Dec 2018 16:45:54 +0000 Subject: Fix the tests and fix the precommit hook --- .../tests/data/parser/inline/ok/0079_impl_item.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt') diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt new file mode 100644 index 000000000..1b9a8aa0e --- /dev/null +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt @@ -0,0 +1,14 @@ +SOURCE_FILE@[0; 12) + IMPL_ITEM@[0; 11) + IMPL_KW@[0; 4) + WHITESPACE@[4; 5) + PATH_TYPE@[5; 8) + PATH@[5; 8) + PATH_SEGMENT@[5; 8) + NAME_REF@[5; 8) + IDENT@[5; 8) "Foo" + WHITESPACE@[8; 9) + ITEM_LIST@[9; 11) + L_CURLY@[9; 10) + R_CURLY@[10; 11) + WHITESPACE@[11; 12) -- cgit v1.2.3