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 |
|