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/0097_default_impl.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/ra_syntax/tests/data/parser/inline/ok/0097_default_impl.txt (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0097_default_impl.txt') diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0097_default_impl.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0097_default_impl.txt new file mode 100644 index 000000000..f45b6251f --- /dev/null +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0097_default_impl.txt @@ -0,0 +1,16 @@ +SOURCE_FILE@[0; 20) + IMPL_ITEM@[0; 19) + DEFAULT_KW@[0; 7) + WHITESPACE@[7; 8) + IMPL_KW@[8; 12) + WHITESPACE@[12; 13) + PATH_TYPE@[13; 16) + PATH@[13; 16) + PATH_SEGMENT@[13; 16) + NAME_REF@[13; 16) + IDENT@[13; 16) "Foo" + WHITESPACE@[16; 17) + ITEM_LIST@[17; 19) + L_CURLY@[17; 18) + R_CURLY@[18; 19) + WHITESPACE@[19; 20) -- cgit v1.2.3