Sha256: 3e6570bad49a006b1663778cb7a6eba1a2ce633660fdbe522fb6b826e9355fa6
Contents?: true
Size: 768 Bytes
Versions: 24
Compression:
Stored size: 768 Bytes
Contents
Feature: Commenting a selected area of text Background: When I open a new edit tab Scenario: Commenting a part of a line When I replace the contents with "a piece of code" And I switch the language to "Java" And I toggle block comment Then I should see "/*a piece of code*/" in the edit tab When I toggle block comment Then I should see "a piece of code" in the edit tab Scenario: Commenting a selection spanning several lines When I replace the contents with "a piece\nof code" And I switch the language to "C++" And I select from 4 to 9 And I toggle block comment Then I should see "a pi/*ece\no*/f code" in the edit tab And I toggle block comment Then I should see "a piece\nof code" in the edit tab
Version data entries
24 entries across 24 versions & 2 rubygems