Sha256: feb90204c90cbcaf3d5a7714fcb3a6f08e2ee9fd4a9d08b5eefe5c39f587d0c4
Contents?: true
Size: 839 Bytes
Versions: 45
Compression:
Stored size: 839 Bytes
Contents
Feature: Kill Line Scenario: Killing a single line When I open a new edit tab And I replace the contents with "foo\nbar\nbonne\nbaz" And I move the cursor to 5 And I kill the line Then I should see "foo\nbonne\nbaz" in the edit tab And I should not see "bar" in the edit tab Scenario: Killing a multi-line selection When I open a new edit tab And I replace the contents with "foo\nbar\nbonne\nbaz" And I select from 5 to 9 And I kill the line Then I should see "foo\nbaz" in the edit tab And I should not see "bar" in the edit tab And I should not see "bonne" in the edit tab Scenario: Killing a single line with unicode When I open a new edit tab And I replace the contents with "foo\nbść\nbonne\nbaz" And I move the cursor to 5 And I kill the line Then the contents should be "foo\nbonne\nbaz"
Version data entries
45 entries across 45 versions & 2 rubygems