tsoding/zozlib.js

Tests

Opened this issue · 3 comments

It may be a good idea to implement tests that run on both native and js, to compare the differences.
Just like with uutils any behaviour that differs from the original should be treated as a bug.

That would also give us a clearer image on what is/isn't implemented.

rexim commented

What kind of tests are you talking about? I don't remember seeing any tests in the official Raylib source code. Only the examples.

Sadly raylib didn't have tests of its own, so I wasn't referring to existing tests.