]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/heredoc.rb
ab7b54ffb1fd670a3cda4805cc8a6aa24850b0f7
[.emacs.d.git] / emacs / nxhtml / tests / in / heredoc.rb
1 now = Time.now\r
2 puts <<-EOF\r
3   It's #{now.hour} o'clock John, where are your kids?\r
4   EOF\r
5 now = Time.now\r
6 puts <<EOF \r
7   It's #{now.hour} o'clock John, where are your kids?\r
8 EOF\r