More tests are working

This commit is contained in:
Todd Strader 2020-03-31 16:57:19 -04:00
parent fd175de17e
commit a105fdf731

View File

@ -112,10 +112,10 @@ module t();
if (type(ETYB) == type(byte)) $stop();
if (type(BYTE) == type(UNSIGNED_BYTE)) $stop();
if (type(MEM_BYTES) != type(MY_MEM_BYTES)) $stop();
// if (type(MEM_BYTES_PACKED) != type(MY_MEM_BYTES_PACKED)) $stop();
// if (type(NIBBLES) == type(MY_BYTE)) $stop();
// if (type(MD_ARY) == type(MD_ARY_TOO)) $stop();
// if (type(MY_CHAR) != type(byte)) $stop();
if (type(MEM_BYTES_PACKED) != type(MY_MEM_BYTES_PACKED)) $stop();
if (type(NIBBLES) == type(MY_BYTE)) $stop();
if (type(MD_ARY) == type(MD_ARY_TOO)) $stop();
if (type(MY_CHAR) != type(byte)) $stop();
// TODO -- the rest
// TODO -- case equal/not equal, ===, !===
// TODO -- test associative arrays