diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-08-29 12:36:40 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-08-29 12:36:40 +1000 |
| commit | bd34d007d7aa35e970bde57f222971078b4b5cb8 (patch) | |
| tree | 66dd6ed90a5c2f68ede50eb71d7b1835bcbdac2a /test | |
| parent | 68aba9e353961ccae17183ccdc65c3c89bdcd6c6 (diff) | |
Fix tests with new shell escaping syntax
Diffstat (limited to 'test')
7 files changed, 7 insertions, 7 deletions
diff --git a/test/normal/extra-word-chars/selections b/test/normal/extra-word-chars/selections index da11edba..eee47f8f 100644 --- a/test/normal/extra-word-chars/selections +++ b/test/normal/extra-word-chars/selections @@ -1 +1 @@ -'another''one' +'another'\''one' diff --git a/test/normal/object/around/single_quote/selections b/test/normal/object/around/single_quote/selections index 80eca1d8..e2910229 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/end-extending/single_quote/selections b/test/normal/object/end-extending/single_quote/selections index 6a555c9b..19a4425b 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/single_quote/selections b/test/normal/object/end/single_quote/selections index 6a555c9b..19a4425b 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/on-start/around/single_quote/selections b/test/normal/object/on-start/around/single_quote/selections index 80eca1d8..e2910229 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/start-extending/single_quote/selections b/test/normal/object/start-extending/single_quote/selections index 0ea867ee..726c7d25 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/single_quote/selections b/test/normal/object/start/single_quote/selections index 0ea867ee..726c7d25 100644 --- a/test/normal/object/start/single_quote/selections +++ b/test/normal/object/start/single_quote/selections @@ -1 +1 @@ -'''b' +''\''b' |
