diff options
Diffstat (limited to 'encoding/toml_test.ts')
-rw-r--r-- | encoding/toml_test.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/encoding/toml_test.ts b/encoding/toml_test.ts index 13d4f0b14..28a620453 100644 --- a/encoding/toml_test.ts +++ b/encoding/toml_test.ts @@ -29,7 +29,8 @@ test({ str5: "The quick brown\nfox jumps over\nthe lazy dog.", str6: "The quick brown\nfox jumps over\nthe lazy dog.", lines: - "The first newline is\ntrimmed in raw strings.\n All other whitespace\n is preserved." + "The first newline is\ntrimmed in raw strings.\n All other " + + "whitespace\n is preserved." } }; const actual = parseFile(path.join(testFilesDir, "string.toml")); |