summaryrefslogtreecommitdiffstats
path: root/vendor/basic-toml/tests/valid/quote-surrounded-value.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/basic-toml/tests/valid/quote-surrounded-value.toml')
-rw-r--r--vendor/basic-toml/tests/valid/quote-surrounded-value.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/basic-toml/tests/valid/quote-surrounded-value.toml b/vendor/basic-toml/tests/valid/quote-surrounded-value.toml
new file mode 100644
index 000000000..dc8697e25
--- /dev/null
+++ b/vendor/basic-toml/tests/valid/quote-surrounded-value.toml
@@ -0,0 +1,2 @@
+double = '"double quotes here"'
+single = "'single quotes here'"