From 259e1522f794c4b05e3fe513b92a113efad117b6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 27 Aug 2015 12:35:40 +0900 Subject: [PATCH] `class C end` is now valid syntax --- test/test_rdoc_markup_to_html.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_rdoc_markup_to_html.rb b/test/test_rdoc_markup_to_html.rb index 1e4b84fe9e..b96a55898d 100644 --- a/test/test_rdoc_markup_to_html.rb +++ b/test/test_rdoc_markup_to_html.rb @@ -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',