RosettaCodeData/Task/Test-a-function/Zkl/test-a-function-2.zkl

4 lines
166 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
tester:=TheVault.Test.UnitTester.UnitTester(__FILE__);
// spaces make this not a palindrome
tester.testRun(pali.fp("red rum sir is murder"), Void,False,__LINE__);