Skip to content

Commit

Permalink
class C end is now valid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 27, 2015
1 parent 1a3dd5d commit 259e152
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 259e152

Please sign in to comment.