tests/pass/test_test.lua

Tue, 26 Oct 2010 10:43:56 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 26 Oct 2010 10:43:56 +0100
changeset 57
3e148db7f933
permissions
-rw-r--r--

Add tests/ to the repo

local a, b = true, false; a = a and b;
print(a);

mercurial