diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/example-bom.toml')
-rw-r--r-- | third_party/rust/toml/tests/valid/example-bom.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/example-bom.toml b/third_party/rust/toml/tests/valid/example-bom.toml new file mode 100644 index 0000000000..fb5ac815c9 --- /dev/null +++ b/third_party/rust/toml/tests/valid/example-bom.toml @@ -0,0 +1,5 @@ +best-day-ever = 1987-07-05T17:45:00Z + +[numtheory] +boring = false +perfection = [6, 28, 496] |