summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2012-11-12 13:46:25 -0800
committerTim Hatch <tim@timhatch.com>2012-11-12 13:46:25 -0800
commitabebcea4cfe6c3b78b0a86d311c323cd1414910e (patch)
tree3330be6fbd90c95688f6009f9efed02884bb8b48
parentee3026281a1ea162bec630b8a8174bca44daca1f (diff)
downloadpygments-abebcea4cfe6c3b78b0a86d311c323cd1414910e.tar.gz
Add test file for #821 (it doesn't fail, but lets you see what was wrong)
-rw-r--r--tests/examplefiles/pytb_test3.pytb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/examplefiles/pytb_test3.pytb b/tests/examplefiles/pytb_test3.pytb
new file mode 100644
index 00000000..6947c1ef
--- /dev/null
+++ b/tests/examplefiles/pytb_test3.pytb
@@ -0,0 +1,4 @@
+>>> 3/"3"
+Traceback (most recent call last):
+ File "<stdin>", line 1, in <module>
+TypeError: unsupported operand type(s) for /: 'int' and 'str'