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, 23 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug556832-error-test.py b/emacs.d/nxhtml/tests/in/bug556832-error-test.py
new file mode 100644
index 0000000..e998eda
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug556832-error-test.py
@@ -0,0 +1,23 @@
+# -*- 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