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