JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
73 stars 15 forks source link

Unit Test for string comparission #16

Closed JBenda closed 3 years ago

JBenda commented 3 years ago

Add unit test and fix some miss behaviors

JBenda commented 3 years ago

You're right, it is not fully covered by ink-proof. Any idea for missing test cases?

( 4&55&hello == 45&"5hello" won't work, because 4+45 = 50 )