diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/key-value/spec-newline-3.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/key-value/spec-newline-3.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/key-value/spec-newline-3.toml b/tests/data/toml-lang-compliance/valid/key-value/spec-newline-3.toml new file mode 100644 index 0000000..86c2f93 --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/key-value/spec-newline-3.toml @@ -0,0 +1,3 @@ +abc = 123 +def = 456 +ghi = 789 |