plugins/line_tools/features/kill_line.feature in redcar-0.6.1dev vs plugins/line_tools/features/kill_line.feature in redcar-0.6.1
- old
+ new
@@ -13,6 +13,13 @@
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
\ No newline at end of file
+ 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"