From d913fdb2800d83680e413cd8a5f07b7f85deac6e Mon Sep 17 00:00:00 2001 From: "rumpf_a@web.de" <> Date: Sun, 21 Feb 2010 19:42:36 +0100 Subject: start of tests refactoring; sqlite3 new wrapper fixes --- tests/tsplit.nim | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/tsplit.nim (limited to 'tests/tsplit.nim') diff --git a/tests/tsplit.nim b/tests/tsplit.nim deleted file mode 100644 index 711696b9e..000000000 --- a/tests/tsplit.nim +++ /dev/null @@ -1,14 +0,0 @@ -import strutils - -var s = "" -for w in split("|abc|xy|z", {'|'}): - s.add("#") - s.add(w) - -if s == "#abc#xy#z": - echo "true" -else: - echo "false" - -#OUT true - -- cgit 1.4.1-2-gfad0