On Fri, Apr 23, 2010 at 06:32:43AM -0700, ablondin wrote:
> 
>  981             sage: for i in range(1,10):
>  982             sage:     for j in range(1,10):
>  983             sage:         if i != j:
>  984             sage:             w =
> words.KolakoskiWord(alphabet=(i,j))
>  985             sage:             assert w[:50] == w.delta()[:50]
> 
> and I run sage -t on the corresponding file, I get the following
> error.
> 
<snip>
> 
> My indentation looks correct (four spaces and all aligned). I also
> tried by replacing all but the first 'sage' by '....' but it doesn't
> work either.

It should work when you use three dots (...) instead of 'sage:'.

-Willem Jan

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to