Skip to content

Commit

Permalink
Remove reference to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrmont committed Aug 2, 2019
1 parent 0760297 commit 3915003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lexers/sed_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
describe 'lexing' do
include Support::Lexing

it 'parses regex addresses with custom delimiter (issue #860)' do
it 'parses regex addresses with custom delimiter' do
assert_tokens_equal '\#foobar#n',
['Keyword.Namespace', '\#'],
['Literal.String.Regex', 'foobar'],
Expand Down

0 comments on commit 3915003

Please sign in to comment.