We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b087ffe commit 5d4bcf7Copy full SHA for 5d4bcf7
1 file changed
crates/emmylua_formatter/src/test/misc_tests.rs
@@ -60,12 +60,12 @@ local y = 2
60
fn test_long_string_preserves_trailing_spaces() {
61
// Long string content including trailing spaces must be preserved exactly
62
assert_format!(
63
- r#"local s = [[ hello
64
- world
+ r#"local s = [[ hello
+ world
65
]]
66
"#,
67
68
69
70
"#
71
);
0 commit comments