tree-sitter-dust/examples/data_formats.ds
2023-09-29 11:56:07 -04:00

5 lines
117 B
Plaintext

dob = from_toml("1979-05-27T07:32:00-08:00");
toml = to_toml(dob);
assert_equal(toml, "1979-05-27T07:32:00-08:00");