test_data.lua

changeset 1
29e532c213f7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test_data.lua	Sat Oct 31 16:28:42 2009 +0000
@@ -0,0 +1,7 @@
+data = {
+	{ "one", "two", "three", "four", "five" };
+	{ "one", "", "three", "four", "five" };
+	{ "one\t", "two", "three", "four", "five" };
+	{ "one\t", "two", "three", "four", "five" };
+	{ "one\\", "two", "three", "four", "five" };
+	}

mercurial