From 0d342f0aee3f2f800e486c0051dabe718a7b2841 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Mar 2011 11:14:27 +0100 Subject: I don't like nxhtml --- emacs.d/nxhtml/tests/in/heredoc.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 emacs.d/nxhtml/tests/in/heredoc.rb (limited to 'emacs.d/nxhtml/tests/in/heredoc.rb') 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 <