Fix format highlighting with concat!

This commit is contained in:
Jonas Schievink 2021-10-01 13:28:05 +02:00
parent bbd5dd0f4c
commit 3bc0d89ade
3 changed files with 13 additions and 9 deletions

View file

@ -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"],