https://github.com/mamantoha/unicode_test
Testing Ruby's Unicode Support
https://github.com/mamantoha/unicode_test
ruby unicode
Last synced: about 13 hours ago
JSON representation
Testing Ruby's Unicode Support
- Host: GitHub
- URL: https://github.com/mamantoha/unicode_test
- Owner: mamantoha
- Created: 2017-02-15T20:26:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T21:23:12.000Z (over 8 years ago)
- Last Synced: 2025-04-04T09:34:49.741Z (over 1 year ago)
- Topics: ruby, unicode
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Ruby's Unicode Support
This tests are based on the article http://blog.honeybadger.io/ruby-s-unicode-support/
[](https://travis-ci.org/mamantoha/unicode_test)
* Ruby 2.5.0 - 77 runs, 77 assertions, 32 failures, 0 errors, 0 skips
* Ruby 2.4.3 - 77 runs, 77 assertions, 32 failures, 0 errors, 0 skips
* Ruby 2.3.6 - 77 runs, 77 assertions, 33 failures, 0 errors, 0 skips
* JRuby 9.1.9.0 - 77 runs, 75 assertions, 31 failures, 2 errors, 0 skips
## Usage
Run
```
$ rake test
```
and see why Ruby sucks :)
## License and Author
Author: Anton Maminov (anton.maminov@gmail.com)
Copyright: 2017 Anton Maminov (anton.maminov@gmail.com)
This code is available as open source under the terms of the [DBAD license](https://github.com/philsturgeon/dbad/blob/master/LICENSE.md).