summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug556832-error-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug556832-error-test.py')
-rw-r--r--emacs.d/nxhtml/tests/in/bug556832-error-test.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug556832-error-test.py b/emacs.d/nxhtml/tests/in/bug556832-error-test.py
deleted file mode 100644
index e998eda..0000000
--- a/emacs.d/nxhtml/tests/in/bug556832-error-test.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- Python -*-
-
-
-"""
-===============
-This is a title
-===============
-
-This is some general description
-"""
-
-
-class SomeClass(object):
- """
- This is a class description.
- """
-
- def __init__(self, fileName):
- """The constructor."""
- pass
-
- def oneMethod():
- pass