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