#14375: Indicate escape codes in doctest output
-------------------------------------+--------------------------------------
       Reporter:  jdemeyer           |         Owner:  roed        
           Type:  enhancement        |        Status:  needs_review
       Priority:  minor              |     Milestone:  sage-5.9    
      Component:  doctest framework  |    Resolution:              
       Keywords:                     |   Work issues:              
Report Upstream:  N/A                |     Reviewers:              
        Authors:  Volker Braun       |     Merged in:              
   Dependencies:                     |      Stopgaps:              
-------------------------------------+--------------------------------------

Comment (by vbraun):

 The UTF-8 encoded `\x1b` / `x9b` won't match escape sequences unless we
 encode the output of the doctest in UTF-8. Right now its byte strings.
 Once we switch to unicode we have to match the `U+001B` / `U+009B` code
 points. At no point is it a good idea to match for UTF-8 encoded escape
 sequences imho.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14375#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to