diff --git a/lib/docs/core/parser.rb b/lib/docs/core/parser.rb index 43a08904..b3bf7915 100644 --- a/lib/docs/core/parser.rb +++ b/lib/docs/core/parser.rb @@ -11,7 +11,7 @@ module Docs private def document? - @content =~ /\A\s*" do body = '
Test
' assert_equal '
Test
', parser(body).html.inner_html + + body = '
Test
' + assert_equal '
Test
', parser(body).html.inner_html end end end