Skip to content

Commit 30fbf82

Browse files
committed
acpt: restore TabStops tests that were temporarily deferred
1 parent 018cb8c commit 30fbf82

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

features/tab-access-tabs.feature

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ Feature: Adjust tab stops
2020
And I can access a tab stop by index
2121

2222

23-
# @wip
24-
# Scenario Outline: Add a tab stop
25-
# Given a tab_stops having <count> tab stops
26-
# When I add a tab stop
27-
# Then len(tab_stops) is <new-count>
28-
# And the tab stops are sequenced in position order
29-
30-
# Examples: tab stop object counts
31-
# | count | new-count |
32-
# | 0 | 1 |
33-
# | 3 | 4 |
34-
35-
36-
# @wip
37-
# Scenario: Remove a tab stop
38-
# Given a tab_stops having 3 tab stops
39-
# When I remove a tab stop
40-
# Then len(tab_stops) is 2
41-
# And the removed tab stop is no longer present in tab_stops
42-
43-
44-
# @wip
45-
# Scenario: Clear tab stops
46-
# Given a tab_stops having 3 tab stops
47-
# When I call tab_stops.clear_all()
48-
# Then len(tab_stops) is 0
23+
@wip
24+
Scenario Outline: Add a tab stop
25+
Given a tab_stops having <count> tab stops
26+
When I add a tab stop
27+
Then len(tab_stops) is <new-count>
28+
And the tab stops are sequenced in position order
29+
30+
Examples: tab stop object counts
31+
| count | new-count |
32+
| 0 | 1 |
33+
| 3 | 4 |
34+
35+
36+
@wip
37+
Scenario: Remove a tab stop
38+
Given a tab_stops having 3 tab stops
39+
When I remove a tab stop
40+
Then len(tab_stops) is 2
41+
And the removed tab stop is no longer present in tab_stops
42+
43+
44+
@wip
45+
Scenario: Clear tab stops
46+
Given a tab_stops having 3 tab stops
47+
When I call tab_stops.clear_all()
48+
Then len(tab_stops) is 0

0 commit comments

Comments
 (0)