Created
February 21, 2022 08:37
-
-
Save shugo/75679dfc60313aa68e8e46e97e385450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loaded suite test/textbringer/commands/test_isearch | |
Started | |
.F | |
=============================================================================== | |
Failure: test_isearch_backward(TestIsearch) | |
test/textbringer/commands/test_isearch.rb:132:in `test_isearch_backward' | |
129: buffer.end_of_buffer | |
130: push_keys("茶を\C-r\n") | |
131: isearch_backward(recursive_edit: true) | |
=> 132: assert_equal(7, buffer.current_line) | |
133: assert_equal(5, buffer.current_column) | |
134: end | |
135: | |
<7> expected but was | |
<11> | |
=============================================================================== | |
....... | |
Finished in 0.385105 seconds. | |
------------------------------------------------------------------------------- | |
9 tests, 30 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications | |
88.8889% passed | |
------------------------------------------------------------------------------- | |
23.37 tests/s, 77.90 assertions/sStopped processing SimpleCov as a previous error not related to SimpleCov has been detected | |
Coverage report generated for Unit Tests to /Users/shugo/src/textbringer/coverage. 1893 / 4437 LOC (42.66%) covered. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment