4 lines
147 B
Text
4 lines
147 B
Text
'single quotes with \'embedded quote\' and \\backslash';
|
||
‚unicode single quoted’;
|
||
%q(not interpolating with (nested) parentheses
|
||
and newline);
|