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 f44d631 commit 92df030Copy full SHA for 92df030
src/dparse/lexer.d
@@ -244,9 +244,9 @@ private immutable extraFieldsBare = q{
244
import std.conv : to;
245
import dparse.lexer : str;
246
247
- sink.put("trivia!\"");
+ sink.put(`trivia!"`);
248
sink.put(str(type));
249
- sink.put("\"(");
+ sink.put(`"(`);
250
sink.put("text: ");
251
sink.put([text].to!string[1 .. $ - 1]); // escape hack
252
sink.put(", index: ");
0 commit comments