blob: 524197120f82f8902a7e3da94a33e2c0c4571270 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-Literals-6 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:36+02:00 :)
(: Purpose: '"fo""""' is a valid string literal. :)
(:*******************************************************:)
"fo""o" eq concat("fo", """", "o")