| ... | @@ -4637,6 +4637,7 @@ pub const FuncGen = struct { | ... | @@ -4637,6 +4637,7 @@ pub const FuncGen = struct { |
| 4637 | switch (state) { | 4637 | switch (state) { |
| 4638 | .start => switch (byte) { | 4638 | .start => switch (byte) { |
| 4639 | '%' => state = .percent, | 4639 | '%' => state = .percent, |
| | 4640 | '$' => try rendered_template.appendSlice("$$"), |
| 4640 | else => try rendered_template.append(byte), | 4641 | else => try rendered_template.append(byte), |
| 4641 | }, | 4642 | }, |
| 4642 | .percent => switch (byte) { | 4643 | .percent => switch (byte) { |