diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-06-03 13:47:09 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-05 07:54:28 +1000 |
| commit | 9387abed81ba6d510d43b2cc5c7f5c8f3ec4bcd1 (patch) | |
| tree | be7cf13aa81e32bfe70e289621246a000c337602 /test/normal/object | |
| parent | 4e2e971033664ec257b3b6dabc053deb6cff17e1 (diff) | |
tests: Update selections files to match the new selection list syntax
Diffstat (limited to 'test/normal/object')
118 files changed, 164 insertions, 164 deletions
diff --git a/test/normal/object/around-parent/angle/selections b/test/normal/object/around-parent/angle/selections index 39e2e89a..5cc04c44 100644 --- a/test/normal/object/around-parent/angle/selections +++ b/test/normal/object/around-parent/angle/selections @@ -1 +1 @@ -<foo <foo> > +'<foo <foo> >' diff --git a/test/normal/object/around-parent/braces/selections b/test/normal/object/around-parent/braces/selections index e363839a..9c84d03b 100644 --- a/test/normal/object/around-parent/braces/selections +++ b/test/normal/object/around-parent/braces/selections @@ -1,3 +1,3 @@ -{ - "foo"\: { "bar" } -} +'{ + "foo": { "bar" } +}' diff --git a/test/normal/object/around-parent/brackets/selections b/test/normal/object/around-parent/brackets/selections index 4cbf7ffd..40c10e34 100644 --- a/test/normal/object/around-parent/brackets/selections +++ b/test/normal/object/around-parent/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ ["foo"] -] +]' diff --git a/test/normal/object/around-parent/parenthesis/selections b/test/normal/object/around-parent/parenthesis/selections index 9f9cd966..d69eb640 100644 --- a/test/normal/object/around-parent/parenthesis/selections +++ b/test/normal/object/around-parent/parenthesis/selections @@ -1 +1 @@ -(foo(bar)) +'(foo(bar))' diff --git a/test/normal/object/around/angle/selections b/test/normal/object/around/angle/selections index 9127b708..05db58e8 100644 --- a/test/normal/object/around/angle/selections +++ b/test/normal/object/around/angle/selections @@ -1 +1 @@ -<foo> +'<foo>' diff --git a/test/normal/object/around/argument/multi-level/selections b/test/normal/object/around/argument/multi-level/selections index a05ae945..0db913f5 100644 --- a/test/normal/object/around/argument/multi-level/selections +++ b/test/normal/object/around/argument/multi-level/selections @@ -1 +1 @@ - (and some, blub and), +' (and some, blub and),' diff --git a/test/normal/object/around/argument/single-level/selections b/test/normal/object/around/argument/single-level/selections index bf023481..a31950be 100644 --- a/test/normal/object/around/argument/single-level/selections +++ b/test/normal/object/around/argument/single-level/selections @@ -1 +1 @@ - "something", +' "something",' diff --git a/test/normal/object/around/big-word/selections b/test/normal/object/around/big-word/selections index d6311946..6a412ffd 100644 --- a/test/normal/object/around/big-word/selections +++ b/test/normal/object/around/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz ' diff --git a/test/normal/object/around/braces/selections b/test/normal/object/around/braces/selections index 56cc1e77..3f3e6a2d 100644 --- a/test/normal/object/around/braces/selections +++ b/test/normal/object/around/braces/selections @@ -1,3 +1,3 @@ -{ - "foo"\: "bar" -} +'{ + "foo": "bar" +}' diff --git a/test/normal/object/around/brackets/selections b/test/normal/object/around/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/around/brackets/selections +++ b/test/normal/object/around/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/around/double_quote/selections b/test/normal/object/around/double_quote/selections index 196e5879..e7cafe44 100644 --- a/test/normal/object/around/double_quote/selections +++ b/test/normal/object/around/double_quote/selections @@ -1 +1 @@ -"bar" +'"bar"' diff --git a/test/normal/object/around/grave_quote/selections b/test/normal/object/around/grave_quote/selections index 347253a0..a84a6be9 100644 --- a/test/normal/object/around/grave_quote/selections +++ b/test/normal/object/around/grave_quote/selections @@ -1 +1 @@ -`foo` +'`foo`' diff --git a/test/normal/object/around/indent/selections b/test/normal/object/around/indent/selections index 80196fbb..a5967a8b 100644 --- a/test/normal/object/around/indent/selections +++ b/test/normal/object/around/indent/selections @@ -1,4 +1,4 @@ - +' foo(bar) - +' diff --git a/test/normal/object/around/paragraph/selections b/test/normal/object/around/paragraph/selections index 2887a9d6..e697db0a 100644 --- a/test/normal/object/around/paragraph/selections +++ b/test/normal/object/around/paragraph/selections @@ -1,4 +1,4 @@ -c +'c d - +' diff --git a/test/normal/object/around/parenthesis/selections b/test/normal/object/around/parenthesis/selections index c115b234..a12796f9 100644 --- a/test/normal/object/around/parenthesis/selections +++ b/test/normal/object/around/parenthesis/selections @@ -1 +1 @@ -(bar) +'(bar)' diff --git a/test/normal/object/around/sentence/selections b/test/normal/object/around/sentence/selections index 5dd13409..d60bfff4 100644 --- a/test/normal/object/around/sentence/selections +++ b/test/normal/object/around/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua. +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua. ' diff --git a/test/normal/object/around/single_quote/selections b/test/normal/object/around/single_quote/selections index 2cde735c..80eca1d8 100644 --- a/test/normal/object/around/single_quote/selections +++ b/test/normal/object/around/single_quote/selections @@ -1 +1 @@ -'bar' +'''bar''' diff --git a/test/normal/object/around/slash/selections b/test/normal/object/around/slash/selections index a5a08411..53f23522 100644 --- a/test/normal/object/around/slash/selections +++ b/test/normal/object/around/slash/selections @@ -1 +1 @@ -/bar/ +'/bar/' diff --git a/test/normal/object/around/word/selections b/test/normal/object/around/word/selections index efe82b7c..563b99d2 100644 --- a/test/normal/object/around/word/selections +++ b/test/normal/object/around/word/selections @@ -1 +1 @@ -bar +'bar ' diff --git a/test/normal/object/drop-non-whitespace/selections b/test/normal/object/drop-non-whitespace/selections index 8c68ee72..edd6cc64 100644 --- a/test/normal/object/drop-non-whitespace/selections +++ b/test/normal/object/drop-non-whitespace/selections @@ -1 +1 @@ - : +' ' ' ' diff --git a/test/normal/object/end-extending/angle/selections b/test/normal/object/end-extending/angle/selections index 1bd5e5cc..d0ecfe73 100644 --- a/test/normal/object/end-extending/angle/selections +++ b/test/normal/object/end-extending/angle/selections @@ -1 +1 @@ -foo> +'foo>' diff --git a/test/normal/object/end-extending/argument/selections b/test/normal/object/end-extending/argument/selections index cf43e724..dea38232 100644 --- a/test/normal/object/end-extending/argument/selections +++ b/test/normal/object/end-extending/argument/selections @@ -1 +1 @@ -some stuff, +'some stuff,' diff --git a/test/normal/object/end-extending/big-word/selections b/test/normal/object/end-extending/big-word/selections index d6311946..6a412ffd 100644 --- a/test/normal/object/end-extending/big-word/selections +++ b/test/normal/object/end-extending/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz ' diff --git a/test/normal/object/end-extending/braces/selections b/test/normal/object/end-extending/braces/selections index a729b60b..ec1cbe74 100644 --- a/test/normal/object/end-extending/braces/selections +++ b/test/normal/object/end-extending/braces/selections @@ -1,2 +1,2 @@ -foo"\: "bar" -} +'foo": "bar" +}' diff --git a/test/normal/object/end-extending/brackets/selections b/test/normal/object/end-extending/brackets/selections index 0ca681c5..5c001b80 100644 --- a/test/normal/object/end-extending/brackets/selections +++ b/test/normal/object/end-extending/brackets/selections @@ -1,2 +1,2 @@ -foo" -] +'foo" +]' diff --git a/test/normal/object/end-extending/double_quote/selections b/test/normal/object/end-extending/double_quote/selections index d9f07fc6..e0d7da86 100644 --- a/test/normal/object/end-extending/double_quote/selections +++ b/test/normal/object/end-extending/double_quote/selections @@ -1 +1 @@ -bar" +'bar"' diff --git a/test/normal/object/end-extending/grave_quote/selections b/test/normal/object/end-extending/grave_quote/selections index b380d541..9c7eb431 100644 --- a/test/normal/object/end-extending/grave_quote/selections +++ b/test/normal/object/end-extending/grave_quote/selections @@ -1 +1 @@ -foo` +'foo`' diff --git a/test/normal/object/end-extending/indent/selections b/test/normal/object/end-extending/indent/selections index 9569a91f..95d8e408 100644 --- a/test/normal/object/end-extending/indent/selections +++ b/test/normal/object/end-extending/indent/selections @@ -1,3 +1,3 @@ -bar) - +'bar) +' diff --git a/test/normal/object/end-extending/paragraph/selections b/test/normal/object/end-extending/paragraph/selections index 2887a9d6..e697db0a 100644 --- a/test/normal/object/end-extending/paragraph/selections +++ b/test/normal/object/end-extending/paragraph/selections @@ -1,4 +1,4 @@ -c +'c d - +' diff --git a/test/normal/object/end-extending/parenthesis/selections b/test/normal/object/end-extending/parenthesis/selections index 05b3995d..f0da72b7 100644 --- a/test/normal/object/end-extending/parenthesis/selections +++ b/test/normal/object/end-extending/parenthesis/selections @@ -1 +1 @@ -bar) +'bar)' diff --git a/test/normal/object/end-extending/sentence/selections b/test/normal/object/end-extending/sentence/selections index 5dd13409..d60bfff4 100644 --- a/test/normal/object/end-extending/sentence/selections +++ b/test/normal/object/end-extending/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua. +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua. ' diff --git a/test/normal/object/end-extending/single_quote/selections b/test/normal/object/end-extending/single_quote/selections index 7ca0922b..6a555c9b 100644 --- a/test/normal/object/end-extending/single_quote/selections +++ b/test/normal/object/end-extending/single_quote/selections @@ -1 +1 @@ -bar' +'bar''' diff --git a/test/normal/object/end-extending/word/selections b/test/normal/object/end-extending/word/selections index efe82b7c..563b99d2 100644 --- a/test/normal/object/end-extending/word/selections +++ b/test/normal/object/end-extending/word/selections @@ -1 +1 @@ -bar +'bar ' diff --git a/test/normal/object/end/angle/selections b/test/normal/object/end/angle/selections index 286188d9..d8f2d171 100644 --- a/test/normal/object/end/angle/selections +++ b/test/normal/object/end/angle/selections @@ -1 +1 @@ -x > +'x >' diff --git a/test/normal/object/end/argument/selections b/test/normal/object/end/argument/selections index 92020efb..48060a0d 100644 --- a/test/normal/object/end/argument/selections +++ b/test/normal/object/end/argument/selections @@ -1 +1 @@ - some, +' some,' diff --git a/test/normal/object/end/big-word/selections b/test/normal/object/end/big-word/selections index d6311946..6a412ffd 100644 --- a/test/normal/object/end/big-word/selections +++ b/test/normal/object/end/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz ' diff --git a/test/normal/object/end/braces/selections b/test/normal/object/end/braces/selections index 55b26550..f21349b4 100644 --- a/test/normal/object/end/braces/selections +++ b/test/normal/object/end/braces/selections @@ -1 +1 @@ -{cmd,in,out} +'{cmd,in,out}' diff --git a/test/normal/object/end/brackets/selections b/test/normal/object/end/brackets/selections index 7d4681a1..1fe6ab87 100644 --- a/test/normal/object/end/brackets/selections +++ b/test/normal/object/end/brackets/selections @@ -1 +1 @@ -2,3] +'2,3]' diff --git a/test/normal/object/end/double_quote/selections b/test/normal/object/end/double_quote/selections index d9f07fc6..e0d7da86 100644 --- a/test/normal/object/end/double_quote/selections +++ b/test/normal/object/end/double_quote/selections @@ -1 +1 @@ -bar" +'bar"' diff --git a/test/normal/object/end/grave_quote/selections b/test/normal/object/end/grave_quote/selections index b380d541..9c7eb431 100644 --- a/test/normal/object/end/grave_quote/selections +++ b/test/normal/object/end/grave_quote/selections @@ -1 +1 @@ -foo` +'foo`' diff --git a/test/normal/object/end/indent/selections b/test/normal/object/end/indent/selections index 9569a91f..95d8e408 100644 --- a/test/normal/object/end/indent/selections +++ b/test/normal/object/end/indent/selections @@ -1,3 +1,3 @@ -bar) - +'bar) +' diff --git a/test/normal/object/end/paragraph/selections b/test/normal/object/end/paragraph/selections index 2887a9d6..e697db0a 100644 --- a/test/normal/object/end/paragraph/selections +++ b/test/normal/object/end/paragraph/selections @@ -1,4 +1,4 @@ -c +'c d - +' diff --git a/test/normal/object/end/parenthesis/selections b/test/normal/object/end/parenthesis/selections index 05b3995d..f0da72b7 100644 --- a/test/normal/object/end/parenthesis/selections +++ b/test/normal/object/end/parenthesis/selections @@ -1 +1 @@ -bar) +'bar)' diff --git a/test/normal/object/end/sentence/selections b/test/normal/object/end/sentence/selections index 5dd13409..d60bfff4 100644 --- a/test/normal/object/end/sentence/selections +++ b/test/normal/object/end/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua. +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua. ' diff --git a/test/normal/object/end/single_quote/selections b/test/normal/object/end/single_quote/selections index 7ca0922b..6a555c9b 100644 --- a/test/normal/object/end/single_quote/selections +++ b/test/normal/object/end/single_quote/selections @@ -1 +1 @@ -bar' +'bar''' diff --git a/test/normal/object/end/word/selections b/test/normal/object/end/word/selections index efe82b7c..563b99d2 100644 --- a/test/normal/object/end/word/selections +++ b/test/normal/object/end/word/selections @@ -1 +1 @@ -bar +'bar ' diff --git a/test/normal/object/inner/angle/selections b/test/normal/object/inner/angle/selections index 257cc564..c2c4af01 100644 --- a/test/normal/object/inner/angle/selections +++ b/test/normal/object/inner/angle/selections @@ -1 +1 @@ -foo +'foo' diff --git a/test/normal/object/inner/argument/multi-level/selections b/test/normal/object/inner/argument/multi-level/selections index 13942d75..a9216560 100644 --- a/test/normal/object/inner/argument/multi-level/selections +++ b/test/normal/object/inner/argument/multi-level/selections @@ -1 +1 @@ -(and some, blub and) +'(and some, blub and)' diff --git a/test/normal/object/inner/argument/single-level/selections b/test/normal/object/inner/argument/single-level/selections index 2137941b..5e7685ae 100644 --- a/test/normal/object/inner/argument/single-level/selections +++ b/test/normal/object/inner/argument/single-level/selections @@ -1 +1 @@ -and some +'and some' diff --git a/test/normal/object/inner/big-word/selections b/test/normal/object/inner/big-word/selections index 8965d2e8..678d8c04 100644 --- a/test/normal/object/inner/big-word/selections +++ b/test/normal/object/inner/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz' diff --git a/test/normal/object/inner/braces/selections b/test/normal/object/inner/braces/selections index e8eefa0c..3a534546 100644 --- a/test/normal/object/inner/braces/selections +++ b/test/normal/object/inner/braces/selections @@ -1,3 +1,3 @@ -{ +'{ "foo"= "bar" -} +}' diff --git a/test/normal/object/inner/brackets/selections b/test/normal/object/inner/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/inner/brackets/selections +++ b/test/normal/object/inner/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/inner/double_quote/selections b/test/normal/object/inner/double_quote/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/inner/double_quote/selections +++ b/test/normal/object/inner/double_quote/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/inner/grave_quote/selections b/test/normal/object/inner/grave_quote/selections index 257cc564..c2c4af01 100644 --- a/test/normal/object/inner/grave_quote/selections +++ b/test/normal/object/inner/grave_quote/selections @@ -1 +1 @@ -foo +'foo' diff --git a/test/normal/object/inner/indent/selections b/test/normal/object/inner/indent/selections index ffb60196..3237881e 100644 --- a/test/normal/object/inner/indent/selections +++ b/test/normal/object/inner/indent/selections @@ -1,2 +1,2 @@ - foo(bar) - +' foo(bar) +' diff --git a/test/normal/object/inner/paragraph/selections b/test/normal/object/inner/paragraph/selections index 4cdfd2ac..e9b32b31 100644 --- a/test/normal/object/inner/paragraph/selections +++ b/test/normal/object/inner/paragraph/selections @@ -1,3 +1,3 @@ -c +'c d - +' diff --git a/test/normal/object/inner/parenthesis/selections b/test/normal/object/inner/parenthesis/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/inner/parenthesis/selections +++ b/test/normal/object/inner/parenthesis/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/inner/sentence/selections b/test/normal/object/inner/sentence/selections index dd3c7d70..b7a724e2 100644 --- a/test/normal/object/inner/sentence/selections +++ b/test/normal/object/inner/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua. +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua.' diff --git a/test/normal/object/inner/single_quote/selections b/test/normal/object/inner/single_quote/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/inner/single_quote/selections +++ b/test/normal/object/inner/single_quote/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/inner/slash/selections b/test/normal/object/inner/slash/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/inner/slash/selections +++ b/test/normal/object/inner/slash/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/inner/word/selections b/test/normal/object/inner/word/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/inner/word/selections +++ b/test/normal/object/inner/word/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/on-end/around/angle/selections b/test/normal/object/on-end/around/angle/selections index 9127b708..05db58e8 100644 --- a/test/normal/object/on-end/around/angle/selections +++ b/test/normal/object/on-end/around/angle/selections @@ -1 +1 @@ -<foo> +'<foo>' diff --git a/test/normal/object/on-end/around/braces/selections b/test/normal/object/on-end/around/braces/selections index 56cc1e77..3f3e6a2d 100644 --- a/test/normal/object/on-end/around/braces/selections +++ b/test/normal/object/on-end/around/braces/selections @@ -1,3 +1,3 @@ -{ - "foo"\: "bar" -} +'{ + "foo": "bar" +}' diff --git a/test/normal/object/on-end/around/brackets/selections b/test/normal/object/on-end/around/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/on-end/around/brackets/selections +++ b/test/normal/object/on-end/around/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/on-end/around/parenthesis/selections b/test/normal/object/on-end/around/parenthesis/selections index c115b234..a12796f9 100644 --- a/test/normal/object/on-end/around/parenthesis/selections +++ b/test/normal/object/on-end/around/parenthesis/selections @@ -1 +1 @@ -(bar) +'(bar)' diff --git a/test/normal/object/on-end/inner/angle/selections b/test/normal/object/on-end/inner/angle/selections index 257cc564..c2c4af01 100644 --- a/test/normal/object/on-end/inner/angle/selections +++ b/test/normal/object/on-end/inner/angle/selections @@ -1 +1 @@ -foo +'foo' diff --git a/test/normal/object/on-end/inner/braces/selections b/test/normal/object/on-end/inner/braces/selections index e8eefa0c..3a534546 100644 --- a/test/normal/object/on-end/inner/braces/selections +++ b/test/normal/object/on-end/inner/braces/selections @@ -1,3 +1,3 @@ -{ +'{ "foo"= "bar" -} +}' diff --git a/test/normal/object/on-end/inner/brackets/selections b/test/normal/object/on-end/inner/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/on-end/inner/brackets/selections +++ b/test/normal/object/on-end/inner/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/on-end/inner/parenthesis/selections b/test/normal/object/on-end/inner/parenthesis/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/on-end/inner/parenthesis/selections +++ b/test/normal/object/on-end/inner/parenthesis/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/on-end/to-end/angle/selections b/test/normal/object/on-end/to-end/angle/selections index 3b3b5e7b..f0fbd821 100644 --- a/test/normal/object/on-end/to-end/angle/selections +++ b/test/normal/object/on-end/to-end/angle/selections @@ -1 +1 @@ -> > +'> >' diff --git a/test/normal/object/on-end/to-end/braces/selections b/test/normal/object/on-end/to-end/braces/selections index 1ec35ed3..aabe0115 100644 --- a/test/normal/object/on-end/to-end/braces/selections +++ b/test/normal/object/on-end/to-end/braces/selections @@ -1,2 +1,2 @@ -} -} +'} +}' diff --git a/test/normal/object/on-end/to-end/brackets/selections b/test/normal/object/on-end/to-end/brackets/selections index fce4f5ed..21fefe02 100644 --- a/test/normal/object/on-end/to-end/brackets/selections +++ b/test/normal/object/on-end/to-end/brackets/selections @@ -1,2 +1,2 @@ -] -] +'] +]' diff --git a/test/normal/object/on-end/to-end/parenthesis/selections b/test/normal/object/on-end/to-end/parenthesis/selections index 9c5df868..46a80682 100644 --- a/test/normal/object/on-end/to-end/parenthesis/selections +++ b/test/normal/object/on-end/to-end/parenthesis/selections @@ -1 +1 @@ -)) +'))' diff --git a/test/normal/object/on-start/around/angle/selections b/test/normal/object/on-start/around/angle/selections index 9127b708..05db58e8 100644 --- a/test/normal/object/on-start/around/angle/selections +++ b/test/normal/object/on-start/around/angle/selections @@ -1 +1 @@ -<foo> +'<foo>' diff --git a/test/normal/object/on-start/around/braces/selections b/test/normal/object/on-start/around/braces/selections index 56cc1e77..3f3e6a2d 100644 --- a/test/normal/object/on-start/around/braces/selections +++ b/test/normal/object/on-start/around/braces/selections @@ -1,3 +1,3 @@ -{ - "foo"\: "bar" -} +'{ + "foo": "bar" +}' diff --git a/test/normal/object/on-start/around/brackets/selections b/test/normal/object/on-start/around/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/on-start/around/brackets/selections +++ b/test/normal/object/on-start/around/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/on-start/around/double_quote/selections b/test/normal/object/on-start/around/double_quote/selections index 196e5879..e7cafe44 100644 --- a/test/normal/object/on-start/around/double_quote/selections +++ b/test/normal/object/on-start/around/double_quote/selections @@ -1 +1 @@ -"bar" +'"bar"' diff --git a/test/normal/object/on-start/around/grave_quote/selections b/test/normal/object/on-start/around/grave_quote/selections index 347253a0..a84a6be9 100644 --- a/test/normal/object/on-start/around/grave_quote/selections +++ b/test/normal/object/on-start/around/grave_quote/selections @@ -1 +1 @@ -`foo` +'`foo`' diff --git a/test/normal/object/on-start/around/parenthesis/selections b/test/normal/object/on-start/around/parenthesis/selections index c115b234..a12796f9 100644 --- a/test/normal/object/on-start/around/parenthesis/selections +++ b/test/normal/object/on-start/around/parenthesis/selections @@ -1 +1 @@ -(bar) +'(bar)' diff --git a/test/normal/object/on-start/around/single_quote/selections b/test/normal/object/on-start/around/single_quote/selections index 2cde735c..80eca1d8 100644 --- a/test/normal/object/on-start/around/single_quote/selections +++ b/test/normal/object/on-start/around/single_quote/selections @@ -1 +1 @@ -'bar' +'''bar''' diff --git a/test/normal/object/on-start/around/slash/selections b/test/normal/object/on-start/around/slash/selections index a5a08411..53f23522 100644 --- a/test/normal/object/on-start/around/slash/selections +++ b/test/normal/object/on-start/around/slash/selections @@ -1 +1 @@ -/bar/ +'/bar/' diff --git a/test/normal/object/on-start/inner/angle/selections b/test/normal/object/on-start/inner/angle/selections index 257cc564..c2c4af01 100644 --- a/test/normal/object/on-start/inner/angle/selections +++ b/test/normal/object/on-start/inner/angle/selections @@ -1 +1 @@ -foo +'foo' diff --git a/test/normal/object/on-start/inner/braces/selections b/test/normal/object/on-start/inner/braces/selections index e8eefa0c..3a534546 100644 --- a/test/normal/object/on-start/inner/braces/selections +++ b/test/normal/object/on-start/inner/braces/selections @@ -1,3 +1,3 @@ -{ +'{ "foo"= "bar" -} +}' diff --git a/test/normal/object/on-start/inner/brackets/selections b/test/normal/object/on-start/inner/brackets/selections index de140ba3..f5c995b1 100644 --- a/test/normal/object/on-start/inner/brackets/selections +++ b/test/normal/object/on-start/inner/brackets/selections @@ -1,3 +1,3 @@ -[ +'[ "foo" -] +]' diff --git a/test/normal/object/on-start/inner/double_quote/selections b/test/normal/object/on-start/inner/double_quote/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/on-start/inner/double_quote/selections +++ b/test/normal/object/on-start/inner/double_quote/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/on-start/inner/grave_quote/selections b/test/normal/object/on-start/inner/grave_quote/selections index 257cc564..c2c4af01 100644 --- a/test/normal/object/on-start/inner/grave_quote/selections +++ b/test/normal/object/on-start/inner/grave_quote/selections @@ -1 +1 @@ -foo +'foo' diff --git a/test/normal/object/on-start/inner/parenthesis/selections b/test/normal/object/on-start/inner/parenthesis/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/on-start/inner/parenthesis/selections +++ b/test/normal/object/on-start/inner/parenthesis/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/on-start/inner/single_quote/selections b/test/normal/object/on-start/inner/single_quote/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/on-start/inner/single_quote/selections +++ b/test/normal/object/on-start/inner/single_quote/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/on-start/to-start/angle/selections b/test/normal/object/on-start/to-start/angle/selections index 586fb8d0..a145f265 100644 --- a/test/normal/object/on-start/to-start/angle/selections +++ b/test/normal/object/on-start/to-start/angle/selections @@ -1 +1 @@ -<foo < +'<foo <' diff --git a/test/normal/object/on-start/to-start/braces/selections b/test/normal/object/on-start/to-start/braces/selections index fb05e26b..6cdaab10 100644 --- a/test/normal/object/on-start/to-start/braces/selections +++ b/test/normal/object/on-start/to-start/braces/selections @@ -1,2 +1,2 @@ -{ - { +'{ + {' diff --git a/test/normal/object/on-start/to-start/brackets/selections b/test/normal/object/on-start/to-start/brackets/selections index b89de126..87cd9041 100644 --- a/test/normal/object/on-start/to-start/brackets/selections +++ b/test/normal/object/on-start/to-start/brackets/selections @@ -1,2 +1,2 @@ -[ - [ +'[ + [' diff --git a/test/normal/object/on-start/to-start/parenthesis/selections b/test/normal/object/on-start/to-start/parenthesis/selections index 692cf339..ec812f20 100644 --- a/test/normal/object/on-start/to-start/parenthesis/selections +++ b/test/normal/object/on-start/to-start/parenthesis/selections @@ -1 +1 @@ -(foo( +'(foo(' diff --git a/test/normal/object/start-extending/angle/selections b/test/normal/object/start-extending/angle/selections index 1ab3973e..12624909 100644 --- a/test/normal/object/start-extending/angle/selections +++ b/test/normal/object/start-extending/angle/selections @@ -1 +1 @@ -<f +'<f' diff --git a/test/normal/object/start-extending/argument/selections b/test/normal/object/start-extending/argument/selections index 88fbe697..8513ee14 100644 --- a/test/normal/object/start-extending/argument/selections +++ b/test/normal/object/start-extending/argument/selections @@ -1 +1 @@ - "somethi +' "somethi' diff --git a/test/normal/object/start-extending/big-word/selections b/test/normal/object/start-extending/big-word/selections index 8965d2e8..678d8c04 100644 --- a/test/normal/object/start-extending/big-word/selections +++ b/test/normal/object/start-extending/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz' diff --git a/test/normal/object/start-extending/braces/selections b/test/normal/object/start-extending/braces/selections index 5a948a11..7d25af78 100644 --- a/test/normal/object/start-extending/braces/selections +++ b/test/normal/object/start-extending/braces/selections @@ -1,2 +1,2 @@ -{ - "f +'{ + "f' diff --git a/test/normal/object/start-extending/brackets/selections b/test/normal/object/start-extending/brackets/selections index 126b0c8b..a953cf04 100644 --- a/test/normal/object/start-extending/brackets/selections +++ b/test/normal/object/start-extending/brackets/selections @@ -1,2 +1,2 @@ -[ - "f +'[ + "f' diff --git a/test/normal/object/start-extending/double_quote/selections b/test/normal/object/start-extending/double_quote/selections index 87e31fb8..8bc8ebc5 100644 --- a/test/normal/object/start-extending/double_quote/selections +++ b/test/normal/object/start-extending/double_quote/selections @@ -1 +1 @@ -"b +'"b' diff --git a/test/normal/object/start-extending/grave_quote/selections b/test/normal/object/start-extending/grave_quote/selections index e20e0382..754eb340 100644 --- a/test/normal/object/start-extending/grave_quote/selections +++ b/test/normal/object/start-extending/grave_quote/selections @@ -1 +1 @@ -`f +'`f' diff --git a/test/normal/object/start-extending/indent/selections b/test/normal/object/start-extending/indent/selections index 3c7d8873..d1b2e09b 100644 --- a/test/normal/object/start-extending/indent/selections +++ b/test/normal/object/start-extending/indent/selections @@ -1,2 +1,2 @@ - - foo(b +' + foo(b' diff --git a/test/normal/object/start-extending/paragraph/selections b/test/normal/object/start-extending/paragraph/selections index d1d9c6f7..77615f3a 100644 --- a/test/normal/object/start-extending/paragraph/selections +++ b/test/normal/object/start-extending/paragraph/selections @@ -1,4 +1,4 @@ -a +'a b -c +c' diff --git a/test/normal/object/start-extending/parenthesis/selections b/test/normal/object/start-extending/parenthesis/selections index a4f1ddd7..4cdfbaee 100644 --- a/test/normal/object/start-extending/parenthesis/selections +++ b/test/normal/object/start-extending/parenthesis/selections @@ -1 +1 @@ -(b +'(b' diff --git a/test/normal/object/start-extending/sentence/selections b/test/normal/object/start-extending/sentence/selections index 27e4da30..045096b9 100644 --- a/test/normal/object/start-extending/sentence/selections +++ b/test/normal/object/start-extending/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et d +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et d' diff --git a/test/normal/object/start-extending/single_quote/selections b/test/normal/object/start-extending/single_quote/selections index 52d63ab2..0ea867ee 100644 --- a/test/normal/object/start-extending/single_quote/selections +++ b/test/normal/object/start-extending/single_quote/selections @@ -1 +1 @@ -'b +'''b' diff --git a/test/normal/object/start-extending/word/selections b/test/normal/object/start-extending/word/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/start-extending/word/selections +++ b/test/normal/object/start-extending/word/selections @@ -1 +1 @@ -bar +'bar' diff --git a/test/normal/object/start/angle/selections b/test/normal/object/start/angle/selections index 1ab3973e..12624909 100644 --- a/test/normal/object/start/angle/selections +++ b/test/normal/object/start/angle/selections @@ -1 +1 @@ -<f +'<f' diff --git a/test/normal/object/start/argument/selections b/test/normal/object/start/argument/selections index 16f70569..abd3bf27 100644 --- a/test/normal/object/start/argument/selections +++ b/test/normal/object/start/argument/selections @@ -1 +1 @@ -with a pa +'with a pa' diff --git a/test/normal/object/start/big-word/selections b/test/normal/object/start/big-word/selections index 8965d2e8..678d8c04 100644 --- a/test/normal/object/start/big-word/selections +++ b/test/normal/object/start/big-word/selections @@ -1 +1 @@ -bar-baz +'bar-baz' diff --git a/test/normal/object/start/braces/selections b/test/normal/object/start/braces/selections index 6e365bec..9bd29faa 100644 --- a/test/normal/object/start/braces/selections +++ b/test/normal/object/start/braces/selections @@ -1,2 +1,2 @@ -{ - "foo +'{ + "foo' diff --git a/test/normal/object/start/brackets/selections b/test/normal/object/start/brackets/selections index a42eb4eb..63f4c446 100644 --- a/test/normal/object/start/brackets/selections +++ b/test/normal/object/start/brackets/selections @@ -1,2 +1,2 @@ -[ - "foo +'[ + "foo' diff --git a/test/normal/object/start/double_quote/selections b/test/normal/object/start/double_quote/selections index 87e31fb8..8bc8ebc5 100644 --- a/test/normal/object/start/double_quote/selections +++ b/test/normal/object/start/double_quote/selections @@ -1 +1 @@ -"b +'"b' diff --git a/test/normal/object/start/grave_quote/selections b/test/normal/object/start/grave_quote/selections index e20e0382..754eb340 100644 --- a/test/normal/object/start/grave_quote/selections +++ b/test/normal/object/start/grave_quote/selections @@ -1 +1 @@ -`f +'`f' diff --git a/test/normal/object/start/indent/selections b/test/normal/object/start/indent/selections index 3c7d8873..d1b2e09b 100644 --- a/test/normal/object/start/indent/selections +++ b/test/normal/object/start/indent/selections @@ -1,2 +1,2 @@ - - foo(b +' + foo(b' diff --git a/test/normal/object/start/paragraph/selections b/test/normal/object/start/paragraph/selections index 3a41e248..89118bfc 100644 --- a/test/normal/object/start/paragraph/selections +++ b/test/normal/object/start/paragraph/selections @@ -1,4 +1,4 @@ -a +'a b - +' diff --git a/test/normal/object/start/parenthesis/selections b/test/normal/object/start/parenthesis/selections index a4f1ddd7..4cdfbaee 100644 --- a/test/normal/object/start/parenthesis/selections +++ b/test/normal/object/start/parenthesis/selections @@ -1 +1 @@ -(b +'(b' diff --git a/test/normal/object/start/sentence/selections b/test/normal/object/start/sentence/selections index 837b6bb4..7e0d5030 100644 --- a/test/normal/object/start/sentence/selections +++ b/test/normal/object/start/sentence/selections @@ -1,2 +1,2 @@ -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua +'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua' diff --git a/test/normal/object/start/single_quote/selections b/test/normal/object/start/single_quote/selections index 52d63ab2..0ea867ee 100644 --- a/test/normal/object/start/single_quote/selections +++ b/test/normal/object/start/single_quote/selections @@ -1 +1 @@ -'b +'''b' diff --git a/test/normal/object/start/word/selections b/test/normal/object/start/word/selections index 5716ca59..2cde735c 100644 --- a/test/normal/object/start/word/selections +++ b/test/normal/object/start/word/selections @@ -1 +1 @@ -bar +'bar' |
