v2 / vlib / toml / tests / testdata / toml_with_utf16_bom.toml
8 lines · 8 sloc · 334 bytes · a987440e2f7f197891411caccf458647ab9d9266
Raw
1��# This is a TOML document with an UTF-16 BOM header.
2
3title = "TOML Example"
4
5[owner]
6name = "Tom Preston-Werner"
7dob = 1979-05-27T07:32:00-08:00 # First class dates
8