diff options
Diffstat (limited to 'std/encoding/testdata/simple.toml')
-rw-r--r-- | std/encoding/testdata/simple.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/std/encoding/testdata/simple.toml b/std/encoding/testdata/simple.toml new file mode 100644 index 000000000..f3f6c1036 --- /dev/null +++ b/std/encoding/testdata/simple.toml @@ -0,0 +1,5 @@ +deno = "is" +not = "[node]" +regex = '<\i\c*\s*>' +NANI = '何?!' +comment = "Comment inside # the comment" # Comment |