Fix split stdlib test

This commit is contained in:
Joey Payne
2016-06-18 06:21:56 -06:00
parent b80f125333
commit 890d7fac14

View File

@@ -9,7 +9,7 @@ for w in split("|abc|xy|z", {'|'}):
s.add("#")
s.add(w)
if s == "#abc#xy#z":
if s == "##abc#xy#z":
echo "true"
else:
echo "false"