Commit Graph

10 Commits

Author SHA1 Message Date
Tom Alexander
0cfe67311e Comment out the unicode literals test because unicode breaks nom.
Will have to write my own parsers to handle unicode.
2020-05-16 18:21:10 -04:00
Tom Alexander
7126e83d9a Added tests for non-congruous arrays. 2020-05-16 17:53:57 -04:00
Tom Alexander
6758d515f1 Have greater than helper very close to correct. Just need to make it compare arrays of scalars. 2020-05-16 16:24:36 -04:00
Tom Alexander
02abee1c53 Add a test for gte. 2020-05-16 15:45:57 -04:00
Tom Alexander
d751df6fd5 Add tests for copied values. 2020-05-16 14:48:04 -04:00
Tom Alexander
6dbeb77a28 Add arrays to all helpers tests. 2020-05-16 14:19:56 -04:00
Tom Alexander
71e6da39ee Add a test for boolean comparison. 2020-05-16 13:46:31 -04:00
Tom Alexander
8a44bc6fd9 Add greater-than-specific tests to investigate string ordering. 2020-05-16 13:06:52 -04:00
Tom Alexander
f390c05a4c Finished porting over the equality test to greater than. 2020-05-16 13:00:09 -04:00
Tom Alexander
196740ae34 Starting the greater than helper tests. 2020-05-16 12:51:27 -04:00