Fix format highlighting with concat!
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user