pull/695/head
Wilfred Hughes 2024-07-08 08:39:20 +07:00
parent 27a0cfba16
commit 79af24a577
1 changed files with 1 additions and 1 deletions

@ -355,7 +355,7 @@ still want to know when whitespace changes inside strings. `" "` and
// Before // Before
foo("looooong", "also looooong"); foo("looooong", "also looooong");
// Before // After
foo( foo(
"looooong", "looooong",
"novel", "novel",