aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_string_processing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-2/+2
| | | | | | The command prompt on Windows always uses Unicode to take input and print output but most Reline implementation depends on Encoding.default_external. This commit introduces an abstracted structure about the encoding of Reline.
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23