mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
8 lines
75 B
Text
8 lines
75 B
Text
a = 'b';
|
|
b = 'b\n\'a'
|
|
c = ''
|
|
d = '\
|
|
aaa';
|
|
e = '"';
|
|
f = '\0\e\\\\\\\\\
|
|
\'';
|