test_data.lua

Sat, 31 Oct 2009 16:28:42 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 31 Oct 2009 16:28:42 +0000
changeset 1
29e532c213f7
permissions
-rw-r--r--

Add tests

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