From d4f78f3c63769b5d53d7745f7ae663e7538bb9c2 Mon Sep 17 00:00:00 2001 From: Johannes Gijsbers Date: Sat, 12 Mar 2005 16:48:50 +0000 Subject: Patch #1159931: a test case for the buggy cases fixed by the last checkin. --- Lib/test/test_inspect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_inspect.py b/Lib/test/test_inspect.py index e3bf73a..d3e9f50 100644 --- a/Lib/test/test_inspect.py +++ b/Lib/test/test_inspect.py @@ -26,7 +26,7 @@ class StupidGit: docstring.""" # line 27 - def abuse(self, a, b, c): + def abuse(self, a, b, c): # a comment """Another \tdocstring -- cgit v0.12