Created
September 6, 2009 09:04
-
-
Save kana/181720 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
YUKI.N> git clone git://github.com/kana/config.git | |
YUKI.N> cd config | |
YUKI.N> git checkout vim-operator-replace-bug-char-vs-char-case-1 | |
YUKI.N> make PACKAGE_NAME=vim-operator-replace test-a-package | |
TEST: test/vim-operator-replace/basic ... FAILED | |
--- test/vim-operator-replace/basic.expected 2009-09-06 17:57:31.000000000 +0900 | |
+++ test/vim-operator-replace/basic.output 2009-09-06 17:57:07.000000000 +0900 | |
@@ -29,7 +29,9 @@ | |
TEST: getline(1, line('$')) ==> text ... ok | |
TEST: [line('.'), col('.')] ==> [1, 7] ... ok | |
TEST: [getreg('"'), getregtype('"')] ==> ['unnamed', 'v'] ... ok | |
-TEST: getline(1) ==> '(herb unnamed pepper) salt water' ... ok | |
+TEST: getline(1) ==> '(herb unnamed pepper) salt water' ... FAILED | |
+ Actual value: unnamed oil pepper) salt water | |
+ Expected value: (herb unnamed pepper) salt water | |
TEST: getline(2, line('$')) ==> text[1:] ... ok | |
TEST: [getreg('"'), getregtype('"')] ==> ['unnamed', 'v'] ... ok | |
Result: 5 / 6 | |
END | |
make[1]: *** [test/vim-operator-replace/basic.ok] Error 1 | |
make: *** [test-a-package] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment