• Kevin Modzelewski's avatar
    Add sre_compile_test.expected · b2256729
    Kevin Modzelewski authored
    Ie, manually specify the reference output for sre_compile_test.py instead
    of running CPython to generate it.  CPython changed the behavior (and interface)
    of _optimize_charset at some point between 2.7.7 (where we copied from) and
    2.7.9.
    
    We should probably copy their new implementation (seems to have a few more
    optimizations), but for now this should fix #707.
    b2256729
sre_compile_test.py 567 Bytes