| ... | @@ -158,6 +158,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val | ... | @@ -158,6 +158,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val |
| 158 | if (repl.raw) return writer.writeAll(x.?); | 158 | if (repl.raw) return writer.writeAll(x.?); |
| 159 | return writeReplacementString(writer, opts.escaped, x.?); | 159 | return writeReplacementString(writer, opts.escaped, x.?); |
| 160 | } | 160 | } |
| | 161 | return x.?.nprint(writer); |
| 161 | } | 162 | } |
| 162 | return x.nprint(writer); | 163 | return x.nprint(writer); |
| 163 | }, | 164 | }, |