We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e067d commit 5734017Copy full SHA for 5734017
1 file changed
src/dparse/formatter.d
@@ -4410,7 +4410,7 @@ z /// Documentation for z
4410
testFormatNode!(VariableDeclaration)(`auto a = iq{ "}" hi };`, `auto a = iq{ "}" hi };`);
4411
testFormatNode!(VariableDeclaration)("T x = iq{\n};");
4412
testFormatNode!(AliasDeclaration)(`alias expr = AliasSeq!i"$(a) $(b)";`);
4413
- testFormatNode!(VariableDeclaration)(q{auto thing = i"$(b) $("$" ~ ')' ~ `"`)";});
+ testFormatNode!(VariableDeclaration)("auto thing = i\"$(b) $(\"$\" ~ ')' ~ `\"`)\";");
4414
testFormatNode!(VariableDeclaration)("auto x = i` $(b) is $(b)!`;");
4415
testFormatNode!(VariableDeclaration)("auto x = iq{ $(b) is $(b)!};");
4416
testFormatNode!(VariableDeclaration)("auto x = iq{{$('$')}};");
0 commit comments