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