Skip to content

Commit

Permalink
update to latest zig master
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Aug 17, 2024
1 parent beddd5d commit 325dbdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/yaml/test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,7 @@ test "double quoted string" {
try testing.expectEqualStrings(
\\"here" are some escaped quotes
, arr[1]);
try testing.expectEqualStrings(
\\newlines and tabs
\\are supported
, arr[2]);
try testing.expectEqualStrings("newlines and tabs\nare\tsupported", arr[2]);
try testing.expectEqualStrings(
\\let's have
\\some fun!
Expand Down

0 comments on commit 325dbdd

Please sign in to comment.