From b8c55c4db282c87e3bada4491329ac3c940ff28d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Mar 2008 13:45:10 -0400 Subject: [PATCH 1/1] bug I found in the rst plugin --- doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn 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]] -- 2.44.0