mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Fix raw ident handling (a little)
This commit is contained in:
parent
941416a1d6
commit
246947b779
2 changed files with 11 additions and 4 deletions
|
@ -60,10 +60,10 @@ fn test_fn_like_macro_clone_ident_subtree() {
|
|||
fn test_fn_like_macro_clone_raw_ident() {
|
||||
assert_expand(
|
||||
"fn_like_clone_tokens",
|
||||
"r#\"ident\"#",
|
||||
expect![[r##"
|
||||
"r#async",
|
||||
expect![[r#"
|
||||
SUBTREE $
|
||||
LITERAL r#"ident"# 4294967295"##]],
|
||||
IDENT async 4294967295"#]],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue