From 3b70acad0106e4ffe5ee68d565c9130b5b271e22 Mon Sep 17 00:00:00 2001 From: Josh Robson Chase Date: Wed, 23 Jan 2019 13:14:34 -0500 Subject: Use IDENT for both raw and normal idents --- crates/ra_syntax/tests/data/lexer/0016_raw_ident.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/tests/data/lexer') diff --git a/crates/ra_syntax/tests/data/lexer/0016_raw_ident.txt b/crates/ra_syntax/tests/data/lexer/0016_raw_ident.txt index 28b9b208a..484689693 100644 --- a/crates/ra_syntax/tests/data/lexer/0016_raw_ident.txt +++ b/crates/ra_syntax/tests/data/lexer/0016_raw_ident.txt @@ -1,2 +1,2 @@ -RAW_IDENT 11 "r#raw_ident" +IDENT 11 "r#raw_ident" WHITESPACE 1 "\n" -- cgit v1.2.3