aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/quote-surrounded-value.toml
diff options
context:
space:
mode:
authorMatti Niemenmaa <matti.niemenmaa+git@iki.fi>2018-10-01 11:58:57 +0300
committerMatti Niemenmaa <matti.niemenmaa+git@iki.fi>2018-10-01 11:58:57 +0300
commit2059589f5420bed3d490822fc9560db3c3a21515 (patch)
tree019d9a7a18b1512d099e8a8b704caad1b3c97b1f /test-suite/tests/valid/quote-surrounded-value.toml
parentf998fbe360b4ea37f27793a55831e988415b4b6d (diff)
downloadmilf-rs-2059589f5420bed3d490822fc9560db3c3a21515.tar.gz
milf-rs-2059589f5420bed3d490822fc9560db3c3a21515.zip
Avoid panic on pretty string ending in single quote
Fixes #262.
Diffstat (limited to 'test-suite/tests/valid/quote-surrounded-value.toml')
-rw-r--r--test-suite/tests/valid/quote-surrounded-value.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/tests/valid/quote-surrounded-value.toml b/test-suite/tests/valid/quote-surrounded-value.toml
new file mode 100644
index 0000000..dc8697e
--- /dev/null
+++ b/test-suite/tests/valid/quote-surrounded-value.toml
@@ -0,0 +1,2 @@
+double = '"double quotes here"'
+single = "'single quotes here'"