summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-18 17:48:54 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-18 17:48:54 +0300
commit5c8335754a164bc8073bc8623a887894fe4e8c24 (patch)
tree617b426b7ee339871da5c8617d06707d7867d8da
parenta80c61921d59b919be50612f2fa9139d4e24244a (diff)
downloadpylint-5c8335754a164bc8073bc8623a887894fe4e8c24.tar.gz
Forgot to add test file.
-rw-r--r--pylint/test/regrtest_data/html_crash_420.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pylint/test/regrtest_data/html_crash_420.py b/pylint/test/regrtest_data/html_crash_420.py
new file mode 100644
index 0000000..a0edbb5
--- /dev/null
+++ b/pylint/test/regrtest_data/html_crash_420.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+tag2struct = {u"#": "R_HEADER"
+ ,u"£": "RDR_HEADER"
+ ,u"µ": "RDR_DRAFT"
+ } \ No newline at end of file