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