An open API service indexing awesome lists of open source software.

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

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/

[![Build Status](https://travis-ci.org/mamantoha/unicode_test.svg?branch=master)](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).