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