tests/pass/length.lua

Wed, 24 Nov 2010 02:51:38 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Nov 2010 02:51:38 +0000
changeset 136
0b31998aad53
parent 126
07ec490c7a6f
permissions
-rw-r--r--

OP_SETLIST: Implement support for B==0 (to top of stack)

126
07ec490c7a6f Add a whole bunch of tests I've been using for recent additions
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 assert(#("hello") == 5, "#('hello') == 5");

mercurial