From 5c3f8c648ceada1307deba9cec3b6eb8f440392a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 9 Oct 2014 19:05:42 +0100 Subject: [PATCH] Fix various tests --- test/unit/NEXT-match/selections | 2 +- test/unit/START/WORD/selections | 2 +- test/unit/START/word/selections | 2 +- test/unit/clear-selections/cmd | 2 +- test/unit/inner/braces/in | 2 +- test/unit/inner/braces/selections | 5 +++-- test/unit/inner/brackets/selections | 3 ++- test/unit/pipe-insert/cmd | 3 ++- test/unit/pipe-insert/in | 2 +- test/unit/pipe-insert/out | 2 +- test/unit/record-macro/cmd | 2 +- test/unit/record-macro/out | 2 +- test/unit/redo/out | 2 +- test/unit/split/selections | 2 +- test/unit/start/WORD/selections | 2 +- test/unit/start/word/selections | 2 +- 16 files changed, 20 insertions(+), 17 deletions(-) diff --git a/test/unit/NEXT-match/selections b/test/unit/NEXT-match/selections index 9c85e2382..ae3cdf5b8 100644 --- a/test/unit/NEXT-match/selections +++ b/test/unit/NEXT-match/selections @@ -1 +1 @@ -bar:foo +foo:bar diff --git a/test/unit/START/WORD/selections b/test/unit/START/WORD/selections index d6311946c..8965d2e86 100644 --- a/test/unit/START/WORD/selections +++ b/test/unit/START/WORD/selections @@ -1 +1 @@ -bar-baz +bar-baz diff --git a/test/unit/START/word/selections b/test/unit/START/word/selections index efe82b7c5..5716ca598 100644 --- a/test/unit/START/word/selections +++ b/test/unit/START/word/selections @@ -1 +1 @@ -bar +bar diff --git a/test/unit/clear-selections/cmd b/test/unit/clear-selections/cmd index bc7e1245c..092bc2b04 100644 --- a/test/unit/clear-selections/cmd +++ b/test/unit/clear-selections/cmd @@ -1 +1 @@ - +; diff --git a/test/unit/inner/braces/in b/test/unit/inner/braces/in index b62df918e..31aea8b7f 100644 --- a/test/unit/inner/braces/in +++ b/test/unit/inner/braces/in @@ -1,3 +1,3 @@ { - "%(foo)": "bar" + "%(foo)"= "bar" } diff --git a/test/unit/inner/braces/selections b/test/unit/inner/braces/selections index 953b7f6e6..e8eefa0c5 100644 --- a/test/unit/inner/braces/selections +++ b/test/unit/inner/braces/selections @@ -1,2 +1,3 @@ - - "foo": "bar" +{ + "foo"= "bar" +} diff --git a/test/unit/inner/brackets/selections b/test/unit/inner/brackets/selections index cf0461e81..de140ba36 100644 --- a/test/unit/inner/brackets/selections +++ b/test/unit/inner/brackets/selections @@ -1,2 +1,3 @@ - +[ "foo" +] diff --git a/test/unit/pipe-insert/cmd b/test/unit/pipe-insert/cmd index 323fae03f..3107b0391 100644 --- a/test/unit/pipe-insert/cmd +++ b/test/unit/pipe-insert/cmd @@ -1 +1,2 @@ -foobar +sed s/foo/bar/ + diff --git a/test/unit/pipe-insert/in b/test/unit/pipe-insert/in index d5c79cc27..d29170cce 100644 --- a/test/unit/pipe-insert/in +++ b/test/unit/pipe-insert/in @@ -1 +1 @@ -sed s/foo/bar/ +%(foobar) diff --git a/test/unit/pipe-insert/out b/test/unit/pipe-insert/out index 323fae03f..650fcae68 100644 --- a/test/unit/pipe-insert/out +++ b/test/unit/pipe-insert/out @@ -1 +1 @@ -foobar +foobarbarbar diff --git a/test/unit/record-macro/cmd b/test/unit/record-macro/cmd index 2ea06deaf..9b3fbf47b 100644 --- a/test/unit/record-macro/cmd +++ b/test/unit/record-macro/cmd @@ -1 +1 @@ -QQimawwwQ%cQ +QqimawwwQ%cq diff --git a/test/unit/record-macro/out b/test/unit/record-macro/out index 98aa21c77..ead604b8a 100644 --- a/test/unit/record-macro/out +++ b/test/unit/record-macro/out @@ -1 +1 @@ -mawww +imawww diff --git a/test/unit/redo/out b/test/unit/redo/out index 1aeaedbf4..1d0508170 100644 --- a/test/unit/redo/out +++ b/test/unit/redo/out @@ -1 +1 @@ -foo bar baz +foo baz diff --git a/test/unit/split/selections b/test/unit/split/selections index 375f1aa4f..49f37f3d6 100644 --- a/test/unit/split/selections +++ b/test/unit/split/selections @@ -1 +1 @@ -baz:foo:bar +foo:bar:baz diff --git a/test/unit/start/WORD/selections b/test/unit/start/WORD/selections index d6311946c..8965d2e86 100644 --- a/test/unit/start/WORD/selections +++ b/test/unit/start/WORD/selections @@ -1 +1 @@ -bar-baz +bar-baz diff --git a/test/unit/start/word/selections b/test/unit/start/word/selections index efe82b7c5..5716ca598 100644 --- a/test/unit/start/word/selections +++ b/test/unit/start/word/selections @@ -1 +1 @@ -bar +bar