aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/textobject.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core/src/textobject.rs')
-rw-r--r--helix-core/src/textobject.rs9
1 files changed, 4 insertions, 5 deletions
diff --git a/helix-core/src/textobject.rs b/helix-core/src/textobject.rs
index d29eb03c..fbf66256 100644
--- a/helix-core/src/textobject.rs
+++ b/helix-core/src/textobject.rs
@@ -247,14 +247,13 @@ mod test {
"samexx 'single' surround pairs",
vec![
(3, Inside, (3, 3), '\'', 1),
- // FIXME: surround doesn't work when *on* same chars pair
- // (7, Inner, (8, 13), '\'', 1),
+ (7, Inside, (8, 13), '\'', 1),
(10, Inside, (8, 13), '\'', 1),
- // (14, Inner, (8, 13), '\'', 1),
+ (14, Inside, (8, 13), '\'', 1),
(3, Around, (3, 3), '\'', 1),
- // (7, Around, (7, 14), '\'', 1),
+ (7, Around, (7, 14), '\'', 1),
(10, Around, (7, 14), '\'', 1),
- // (14, Around, (7, 14), '\'', 1),
+ (14, Around, (7, 14), '\'', 1),
],
),
(