xref
: /
freebsd
/
contrib
/
libucl
/
tests
/
basic
/
squote.res
(revision 51015e6d0f570239b0c2088dc6cf2b018928375d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
a = 'b';
2
b = 'b\n\'a';
3
c = '';
4
d = 'aaa';
5
e = '"';
6
f = '\0\e\\\\\\\\\'';
7
8