diff options
author | Tim Hatch <tim@timhatch.com> | 2012-11-12 13:46:25 -0800 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2012-11-12 13:46:25 -0800 |
commit | abebcea4cfe6c3b78b0a86d311c323cd1414910e (patch) | |
tree | 3330be6fbd90c95688f6009f9efed02884bb8b48 | |
parent | ee3026281a1ea162bec630b8a8174bca44daca1f (diff) | |
download | pygments-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.pytb | 4 |
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' |