Sha256: 563d33b4500d8a4d18393bfbe38f4f2f872cb1ea9a1926f30c0e0a0fb3f7e878

Contents?: true

Size: 410 Bytes

Versions: 61

Compression:

Stored size: 410 Bytes

Contents

Feature: Grammar

  Scenario: Changing languages should change behaviour of word matching
    When I open a new edit tab
    And I replace the contents with "Who let the dogs out?"
    And I switch the language to "C++"
    And I select the word at 18
    Then the selected text should be "out"
    And I switch the language to "Ruby"
    And I select the word at 18
    Then the selected text should be "out?"

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
redcar-0.13 plugins/edit_view/features/grammar.feature
redcar-dev-0.13.5dev plugins/edit_view/features/grammar.feature
redcar-dev-0.13.4dev plugins/edit_view/features/grammar.feature
redcar-dev-0.13.3dev plugins/edit_view/features/grammar.feature
redcar-dev-0.13.2dev plugins/edit_view/features/grammar.feature
redcar-dev-0.13.1dev plugins/edit_view/features/grammar.feature
redcar-0.12.1 plugins/edit_view/features/grammar.feature
redcar-dev-0.13.0dev plugins/edit_view/features/grammar.feature
redcar-0.12 plugins/edit_view/features/grammar.feature
redcar-dev-0.12.27dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.26dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.25dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.24dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.23dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.22dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.21dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.20dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.19dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.18dev plugins/edit_view/features/grammar.feature
redcar-dev-0.12.17dev plugins/edit_view/features/grammar.feature