http://127.0.0.1:8000/a1/default/_TEST

returns

ValueError: line 2 of the docstring for junk lacks blank after >>>:
'>>>junk()'


On Jun 21, 1:57 am, weheh <[email protected]> wrote:
> Here it is again. The controller runs fine. The doctest does not.
>
> def junk():
>         """
>         >>>junk()
>         'hello world'
>         """
>         return 'hello world'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to