blob: c487cfef08c415366ef8c2c4232ffdc53feba5dd [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SubstringFunc-8 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:40+02:00 :)
(: Purpose: A test whose essence is: `substring("12345", 0, 3) eq "12"`. :)
(:*******************************************************:)
substring("12345", 0, 3) eq "12"