Skip to content

Commit 5734017

Browse files
committed
make test work with non-IES supported compiler
1 parent 72e067d commit 5734017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dparse/formatter.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4410,7 +4410,7 @@ z /// Documentation for z
44104410
testFormatNode!(VariableDeclaration)(`auto a = iq{ "}" hi };`, `auto a = iq{ "}" hi };`);
44114411
testFormatNode!(VariableDeclaration)("T x = iq{\n};");
44124412
testFormatNode!(AliasDeclaration)(`alias expr = AliasSeq!i"$(a) $(b)";`);
4413-
testFormatNode!(VariableDeclaration)(q{auto thing = i"$(b) $("$" ~ ')' ~ `"`)";});
4413+
testFormatNode!(VariableDeclaration)("auto thing = i\"$(b) $(\"$\" ~ ')' ~ `\"`)\";");
44144414
testFormatNode!(VariableDeclaration)("auto x = i` $(b) is $(b)!`;");
44154415
testFormatNode!(VariableDeclaration)("auto x = iq{ $(b) is $(b)!};");
44164416
testFormatNode!(VariableDeclaration)("auto x = iq{{$('$')}};");

0 commit comments

Comments
 (0)