Skip to content

Commit 31b56ae

Browse files
committed
Merge pull request #368 from nobu/bug/class-without-terminator
`class C end` is now valid syntax
2 parents 1a3dd5d + 259e152 commit 31b56ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_rdoc_markup_to_html.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def test_parseable_eh
629629
]
630630
invalid_syntax = [
631631
'def x end',
632-
'class C end',
633632
'class C < end',
634633
'module M < C end',
635634
'a=># blah',

0 commit comments

Comments
 (0)