diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-06-08 22:32:15 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-06-08 22:32:15 +0100 |
| commit | cf8695cb84e3ccb8aeb3dcaf82a3f205a2c94d03 (patch) | |
| tree | f7e0b4a3bf1f19270a9e88f395648a1f6c8ac7aa /test | |
| parent | 66866aafd3941cb8fdd03343c46e0d9f94cd99fa (diff) | |
Fix unit tests after gl/gh behaviour change
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/goto-extending/line-begin/selections | 2 | ||||
| -rw-r--r-- | test/unit/goto/line-begin/selections | 2 | ||||
| -rw-r--r-- | test/unit/goto/line-end/selections | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/goto-extending/line-begin/selections b/test/unit/goto-extending/line-begin/selections index d675fa44..20b4d26d 100644 --- a/test/unit/goto-extending/line-begin/selections +++ b/test/unit/goto-extending/line-begin/selections @@ -1 +1 @@ -foo bar +foo b diff --git a/test/unit/goto/line-begin/selections b/test/unit/goto/line-begin/selections index d675fa44..6a69f920 100644 --- a/test/unit/goto/line-begin/selections +++ b/test/unit/goto/line-begin/selections @@ -1 +1 @@ -foo bar +f diff --git a/test/unit/goto/line-end/selections b/test/unit/goto/line-end/selections index 9bbfcc04..b6802534 100644 --- a/test/unit/goto/line-end/selections +++ b/test/unit/goto/line-end/selections @@ -1 +1 @@ -r baz +z |
