From b6724648232ed892301457c05cf5ec4deaefc2ed Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 21 May 2017 12:26:26 +0800 Subject: add tests for string --- tests/modules/string/test.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/modules/string/test.lua (limited to 'tests/modules/string') diff --git a/tests/modules/string/test.lua b/tests/modules/string/test.lua new file mode 100644 index 000000000..b2e7a23c7 --- /dev/null +++ b/tests/modules/string/test.lua @@ -0,0 +1,4 @@ +function main() + assert(string.less("awd","dwa")) + assert(not string.less("dwa","awd")) +end -- cgit v1.3.1