bug I found in the rst plugin
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 15 Mar 2008 17:45:10 +0000 (13:45 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 15 Mar 2008 17:45:10 +0000 (13:45 -0400)
doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn [new file with mode: 0644]

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 (file)
index 0000000..49c7eaf
--- /dev/null
@@ -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]]