On Thu, Nov 27, 2008 at 4:00 AM, Simon King <[EMAIL PROTECTED]> wrote: > > Another related question: > Suppose that the output contains three dots (...). How can I make > clear that these three dots are *not* an ellipsis but that I do > expect ... in the output? > > I tried to find something about Ellipsis in the documentation, but it > doesn't seem to be there. Or is it?
Just out of curiosity, what do you mean by "the documentation"? There is documentation about Python's doctest system here: http://www.python.org/doc/2.5.2/lib/module-doctest.html Sage doctesting is just Python's, but where we preparse the input blocks (in a pyx, tex, py, etc., file), then construct a temp .py file with appropriate wrapping code, then run Python's doctest framework on it. William --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
