Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/syntax_highlighting/tests.rs')
| -rw-r--r-- | crates/ide/src/syntax_highlighting/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs index fd8e1a0e21..18f562f0b1 100644 --- a/crates/ide/src/syntax_highlighting/tests.rs +++ b/crates/ide/src/syntax_highlighting/tests.rs @@ -540,6 +540,7 @@ fn main() { assert!(true, "{} asdasd", 1); toho!("{}fmt", 0); asm!("mov eax, {0}"); + format_args!(concat!("{}"), "{}"); }"# .trim(), expect_file!["./test_data/highlight_strings.html"], |