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

4 lines
166 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02: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__);