Skip to content

Commit

Permalink
Merge 52f5d16 into 2357f1d
Browse files Browse the repository at this point in the history
  • Loading branch information
neojski committed Jun 24, 2017
2 parents 2357f1d + 52f5d16 commit e16e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/text-mode-expansions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feature: Text-mode expansions
Scenario: Mark sentence ending on a line
When I place the cursor after "consectetur"
And I press "C-@"
Then the region should be "consectetur"
Then the region should be "THIS SHOULD FAIL"
And I press "C-@"
Then the region should be "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
And I press "C-@"
Expand Down

0 comments on commit e16e719

Please sign in to comment.