We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b7576 commit 8e5ee7bCopy full SHA for 8e5ee7b
test/engine/engine_block_test.rb
@@ -107,9 +107,9 @@ class EngineBlockTest < Minitest::Spec
107
108
assert_compiled_snapshot(template)
109
end
110
-
+
111
test "inline comment on end inside output block does not break parens" do
112
- template = '<%= render Foo.new do %>hello<% end # comment %>'
+ template = "<%= render Foo.new do %>hello<% end # comment %>"
113
114
115
0 commit comments