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

1
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 data = {
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 { "one", "two", "three", "four", "five" };
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 { "one", "", "three", "four", "five" };
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 { "one\t", "two", "three", "four", "five" };
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 { "one\t", "two", "three", "four", "five" };
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 { "one\\", "two", "three", "four", "five" };
29e532c213f7 Add tests
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 }

mercurial