summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/heredoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/heredoc.rb')
-rw-r--r--emacs.d/nxhtml/tests/in/heredoc.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs.d/nxhtml/tests/in/heredoc.rb b/emacs.d/nxhtml/tests/in/heredoc.rb
deleted file mode 100644
index ab7b54f..0000000
--- a/emacs.d/nxhtml/tests/in/heredoc.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-now = Time.now
-puts <<-EOF
- It's #{now.hour} o'clock John, where are your kids?
- EOF
-now = Time.now
-puts <<EOF
- It's #{now.hour} o'clock John, where are your kids?
-EOF