| ... | @@ -149,7 +149,7 @@ pub fn format( | ... | @@ -149,7 +149,7 @@ pub fn format( |
| 149 | const stringEscape = std.zig.stringEscape; | 149 | const stringEscape = std.zig.stringEscape; |
| 150 | const f = switch (fmt_string[0]) { | 150 | const f = switch (fmt_string[0]) { |
| 151 | 'q' => "", | 151 | 'q' => "", |
| 152 | '\'' => '\'', | 152 | '\'' => "\'", |
| 153 | else => @compileError("unsupported format string: " ++ fmt_string), | 153 | else => @compileError("unsupported format string: " ++ fmt_string), |
| 154 | }; | 154 | }; |
| 155 | if (self.root_dir.path) |p| { | 155 | if (self.root_dir.path) |p| { |