Sha256: e415ddf3d394f17783c2c6c7c562fd6f896aa21f3b723a62250c9a7b005e3bb9
Contents?: true
Size: 510 Bytes
Versions: 46
Compression:
Stored size: 510 Bytes
Contents
Feature: Sort Lines Background: When I open a new edit tab Scenario: Sort Lines sorts the lines in selected region When I replace the contents with "3\n2\n1" And I select from 0 to 10 And I run the command Redcar::Top::SortLinesCommand Then the contents should be "1\n2\n3" Scenario: Nothing is sorted when nothing is selected When I replace the contents with "3\n2\n1" And I run the command Redcar::Top::SortLinesCommand Then the contents should be "3\n2\n1"
Version data entries
46 entries across 46 versions & 2 rubygems