Commit Graph

2 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Eliza Sorber
d78321d902
test(toml): split toml/test.ts into separate files (#4616)
* Split toml/test.ts into separate files

Handling issue #4593. Took tests from toml/test.ts and split into toml/parse_tests.ts and toml/stringify_tests.ts

* Update toml/stringify_tests.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update toml/parse_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Formatted files properly

* Renamed file to stringify_test.ts

* Update toml/stringify_test.ts

* Fixed breaking tests.
stringify() handles object value contains '='
stringify() handles key alignment
stringify() handles empty key
stringify() handles empty object

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-04-24 10:06:11 +10:00