Ensure any custom printing here remains valid zig syntax

This commit is contained in:
Aaron Sikes 2021-10-23 11:22:22 -04:00
parent 371d3f12a2
commit 07bb8681e9

View File

@ -262,4 +262,6 @@ test "OptionsStep" {
\\};
\\
, options.contents.items);
_ = try std.zig.parse(&arena.allocator, try options.contents.toOwnedSliceSentinel(0));
}