Basic unit tests

This commit is contained in:
ELynx
2016-06-27 12:39:03 +03:00
parent bd26355516
commit 2adefaf46d
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
assert_equal('\u0020', ' ')
assert_equal('\u0021', '!')
assert_equal('\u0030', '0')
assert_equal('\u0040', '@')
assert_equal('\u005B', '[')
assert_equal('\u005d', ']')
assert_equal('\u0061', 'a')
assert_equal('\u007e', '~')