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

Version Path
redcar-dev-0.12.17dev plugins/comment/features/selection_comment.feature
redcar-dev-0.12.16dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.15dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.14dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.13dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.12dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.11dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.10dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.9dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.8dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.7dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.6dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.4dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.3dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.1dev-java plugins/comment/features/selection_comment.feature
redcar-dev-0.12.0dev-java plugins/comment/features/selection_comment.feature
redcar-0.11 plugins/comment/features/selection_comment.feature
redcar-0.11.0dev plugins/comment/features/selection_comment.feature
redcar-0.10 plugins/comment/features/selection_comment.feature
redcar-0.9.2 plugins/comment/features/selection_comment.feature