mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 06:44:07 +10:00
Added remaining opcodes to inspector
Also used some coloring for terminal outputs
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
|
||||
int main(void) {
|
||||
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
@@ -534,8 +534,7 @@ int test_value_stringify(void) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
//NOTE: Test 'Stringify Dictionary as Value' not implemented, as the order is impossible to know
|
||||
printf(TOY_CC_WARN "Test 'Stringify Dictionary as Value' not implemented\n" TOY_CC_RESET);
|
||||
//NOTE: Test 'Stringify Table as Value' not implemented, as the order is impossible to know
|
||||
|
||||
//cleanup
|
||||
free(buffer);
|
||||
|
||||
Reference in New Issue
Block a user