Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Jan 3, 2024
1 parent ae40e0e commit dd9fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toml/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Deno.test({
str8: "Roses are red\fViolets are blue",
str9: "Roses are red\bViolets are blue",
str10: "Roses are red\\Violets are blue",
str11: `dobule "quote"\nsingle 'quote'\n`,
str11: `double "quote"\nsingle 'quote'\n`,
str12: 'Here are two quotation marks: "". Simple enough.',
str13: 'Here are three quotation marks: """.',
str14: 'Here are fifteen quotation marks: """"""""""""""".',
Expand Down

0 comments on commit dd9fe0e

Please sign in to comment.