Skip to content

Commit

Permalink
Merge pull request #368 from nobu/bug/class-without-terminator
Browse files Browse the repository at this point in the history
`class C end` is now valid syntax
  • Loading branch information
hsbt committed Aug 28, 2015
2 parents 1a3dd5d + 259e152 commit 31b56ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_rdoc_markup_to_html.rb
Expand Up @@ -629,7 +629,6 @@ def test_parseable_eh
]
invalid_syntax = [
'def x end',
'class C end',
'class C < end',
'module M < C end',
'a=># blah',
Expand Down

0 comments on commit 31b56ae

Please sign in to comment.