@@ -20,29 +20,29 @@ Feature: Adjust tab stops
20
20
And I can access a tab stop by index
21
21
22
22
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