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