update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/markup/ruby/heredoc.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/markup/ruby/heredoc.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
def foo()
|
||||
msg = <<-HTML
|
||||
<div>
|
||||
<h4>#{bar}</h4>
|
||||
</div>
|
||||
HTML
|
||||
end
|
||||
|
||||
def baz()
|
||||
msg = <<~FOO
|
||||
<div>
|
||||
<h4>#{bar}</h4>
|
||||
</div>
|
||||
FOO
|
||||
end
|
||||
Reference in New Issue
Block a user