summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Do not attempt to change frozen stringsIvan Giuliani2017-05-081-0/+10
* Add test for non pagination when same line count of HighLine#page_atAbinoam Praxedes Marques Jr2015-10-091-0/+29
* Add test for #168 - raising when quiting pagingAbinoam Praxedes Marques Jr2015-10-091-0/+13
* Add tests for HighLine::Simulator - Issue #142Abinoam Praxedes Marques Jr2015-06-291-0/+23
* Skip readline test on rubiniusAbinoam Praxedes Marques Jr2015-02-241-0/+8
* Normalize to Test::Unit assertionsAbinoam Praxedes Marques Jr2015-02-242-3/+3
* Avoid using #skip. Lacking on some versionsAbinoam Praxedes Marques Jr2015-02-241-10/+8
* Use match to ignore control codes when using Readline modeAbinoam Praxedes Marques Jr2015-02-241-1/+1
* Skip YAML serialization test for older YAML versionsAbinoam Praxedes Marques Jr2015-02-241-0/+3
* Fix encoding when using Ruby 1.9.3Abinoam Praxedes Marques Jr2015-02-241-1/+1
* Make test/tc_highline work on Ruby pre-2.1.0Eli Young2015-02-201-9/+10
* Update Rake::TestTask on RakefileAbinoam Praxedes Marques Jr2015-02-191-16/+0
* Merge pull request #124 from abinoam/issue_69James Edward Gray II2015-02-031-0/+12
|\
| * Add test for Yaml serialization of HighLine::String - closes #69Abinoam Praxedes Marques Jr2015-02-031-0/+12
* | Merge pull request #122 from abinoam/issue_98James Edward Gray II2015-02-021-0/+13
|\ \
| * | Add fail test for #say handling of non-String objects (#98)Abinoam Praxedes Marques Jr2015-02-021-0/+13
| |/
* | Add failing test to #112Abinoam Praxedes Marques Jr2015-02-011-0/+45
|/
* Add failing test for #113 - readline and limit don't work togetherAbinoam Praxedes Marques Jr2015-02-011-1/+63
* Merge pull request #119 from abinoam/issue_114James Edward Gray II2015-02-012-0/+35
|\
| * Add tests for light is the same as bright - #114Abinoam Praxedes Marques Jr2015-02-012-0/+23
| * Make GREY alias of GRAY - #114Abinoam Praxedes Marques Jr2015-02-011-0/+12
* | Add failing test for #117 - backspace overflow when utf8Abinoam Praxedes Marques Jr2015-02-011-0/+20
* | Add issue #117 failing test - echoing char when multi-byte charcterAbinoam Praxedes Marques Jr2015-02-011-0/+12
* | Add issue #115 test - backspace handling utf-8 charsAbinoam Praxedes Marques Jr2015-01-311-0/+12
* | Add test for handling of backspace when echo is false (ascii characters)Abinoam Praxedes Marques Jr2015-01-311-0/+12
* | Add issue #116 test - correct returned string encodingAbinoam Praxedes Marques Jr2015-01-311-0/+12
|/
* Correctly encode statements to output encodingDāvis2014-07-091-1/+1
* `format_statement` no longer throws an exception when receiving nilmichaeljbishop2014-02-141-0/+5
* Restored use of message_source.inspect for nonstrings. Fixed tests to not ex...Keith Bennett2014-01-031-2/+2
* Add jline to valid CHARACTER_MODE list in testsJustin Collins2013-06-211-1/+2
* Fix cancel paging test to work with JRubyJustin Collins2013-06-211-1/+1
* Add test for frozen statementDāvis2013-06-011-0/+5
* Add test for terminal_sizeJustin Collins2013-04-151-0/+5
* Adding support for non US-ASCII encoded menu itemsDave Lyons2013-03-281-0/+12
* Add tests for multi-line indentationDāvis2013-02-271-0/+16
* Better integration for indentation supportdavispuh2013-02-031-3/+36
* Added indentation and newline featuredavispuh2013-02-031-0/+17
* Adjusting code indentKenichi Kamiya2013-01-091-3/+3
* Removing warnings of "assigned but unused variable" in testKenichi Kamiya2013-01-081-3/+3
* Tweaked HighLine#say's regex, added testsKenneth Murphy2012-09-191-0/+22
* Lists print out empty strings when presented with nil valuesEric Saxby2012-08-311-0/+8
* Remove shebangs. Fix shebang-spec.Scott Gonyea2012-06-129-20/+0
* Change shebangs to use /usr/bin/env to find the ruby.Scott Gonyea2012-06-129-10/+10
* Add typing verification through multiple matching entriesmichael2012-05-131-4/+61
* Duplicate the string passed in to Question.newmichael2012-05-131-1/+13
* Silencing more warnings.James Edward Gray II2012-05-091-1/+1
* Fix version tests for multi-digit components.Diego Elio Pettenò2012-01-241-1/+1
* Fixing a regression.James Edward Gray II2012-01-081-0/+10
* Adding uneven column modes for lists.James Edward Gray II2011-11-041-3/+35
* Simplify :inline mode logic in HighLine#listLachlan Dowding2011-07-111-2/+44