summaryrefslogtreecommitdiff
path: root/tests/basic/squote.res
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-03-22 14:07:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-03-22 14:07:18 +0000
commit3c319408d0de2d2de0c19b24e1a41c0a0e4a823b (patch)
treede0b27939e96ed7a8b3554a149b321ef719cc875 /tests/basic/squote.res
parent8392e70f8a07e517fab31f8300cfaf5f02bea0f5 (diff)
libucl: import latest snapshot from 2021-03-14vendor/libucl/20210314
Diffstat (limited to 'tests/basic/squote.res')
-rw-r--r--tests/basic/squote.res7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/squote.res b/tests/basic/squote.res
new file mode 100644
index 000000000000..a595269567bd
--- /dev/null
+++ b/tests/basic/squote.res
@@ -0,0 +1,7 @@
+a = 'b';
+b = 'b\n\'a';
+c = '';
+d = 'aaa';
+e = '"';
+f = '\0\e\\\\\\\\\'';
+