miller/test/cases/dsl-basic/0061/mlr
2021-11-11 14:15:13 -05:00

7 lines
150 B
Text

$a = "<<abc>>";
$t = "<<a\tb>>";
$n = "<<a\nb>>";
$sl = "<<a\\b>>";
$quote = "<<a\"b>>";
$B = "<<a\102b>>";
$C = "<<a\x42b>>";