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.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 emacs.d/nxhtml/tests/in/heredoc.py (limited to 'emacs.d/nxhtml/tests/in/heredoc.py') diff --git a/emacs.d/nxhtml/tests/in/heredoc.py b/emacs.d/nxhtml/tests/in/heredoc.py deleted file mode 100644 index aaa847f..0000000 --- a/emacs.d/nxhtml/tests/in/heredoc.py +++ /dev/null @@ -1,11 +0,0 @@ -sender = 'Buffy the Vampire Slayer' -recipient = 'Spike' - -print("""\ -Dear %(recipient)s, - -I wish you to leave Sunnydale and never return. - -Not Quite Love, -%(sender)s -""" % locals()) -- cgit v1.2.3-54-g00ecf