xref
: /
freebsd
/
contrib
/
libucl
/
tests
/
basic
/
squote.res
(revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
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