mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
8 lines
75 B
Text
8 lines
75 B
Text
a = 'b';
|
|
b = 'b\n\'a'
|
|
c = ''
|
|
d = '\
|
|
aaa';
|
|
e = '"';
|
|
f = '\0\e\\\\\\\\\
|
|
\'';
|