summaryrefslogtreecommitdiffhomepage
path: root/test/t/codegen.rb
blob: 2f44ca247f1ebcdd776657522c1fde2ff7f441fb (plain)
1
2
3
4
5
6
7
8
9
10
##
# Codegen tests

assert('nested empty heredoc') do
  _, a = nil, <<B
#{<<A}
A
B
  assert_equal "\n", a
end