Skip to content

Commit e8c4c29

Browse files
committed
Add HTML to the raw output
1 parent 480a16e commit e8c4c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • quickdraw/compilation_equivalence_cases

quickdraw/compilation_equivalence_cases/raw.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Raw < Phlex::HTML
44
def view_template
55
p { "output before" }
6-
raw(safe("raw output in the middle"))
6+
raw(safe("<h1>raw output in the middle</h1>"))
77
p { "output after" }
88
end
99
end

0 commit comments

Comments
 (0)