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