bug I found in the rst plugin

master
Joey Hess 2008-03-15 13:45:10 -04:00
parent 6a6f8e5a29
commit b8c55c4db2
1 changed files with 7 additions and 0 deletions

View File

@ -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]]