aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:45:10 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:45:10 -0400
commitb8c55c4db282c87e3bada4491329ac3c940ff28d (patch)
tree0963e847c0d4a7b39f16a5d5d102591e992ae809 /doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
parent6a6f8e5a2936839532da4adb243a950c28745705 (diff)
downloadikiwiki-b8c55c4db282c87e3bada4491329ac3c940ff28d.tar
ikiwiki-b8c55c4db282c87e3bada4491329ac3c940ff28d.tar.gz
bug I found in the rst plugin
Diffstat (limited to 'doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn')
-rw-r--r--doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn b/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
new file mode 100644
index 000000000..49c7eafed
--- /dev/null
+++ b/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
@@ -0,0 +1,7 @@
+If you create a foo.rst containing only a number, such as "11", rendering
+results in the following error being thrown. (Now that I've fixed the error
+throwing code..):
+
+ exceptions.TypeError:coercing to Unicode: need string or buffer, int found
+
+--[[Joey]]