tests/test-extensions-wrapfunction.py.out
author Augie Fackler <augie@google.com>
Sun, 09 Oct 2016 09:17:49 -0400
changeset 30348 9df29b7c62cf
parent 29765 19578bb84731
child 34014 47e52f079a57
permissions -rw-r--r--
ui: explicitly open config files in binary mode This has been working mostly accidentally, but now it works explicitly.

wrap 0: [0, 'orig']
wrap 1: [1, 0, 'orig']
wrap 2: [2, 1, 0, 'orig']
wrap 3: [3, 2, 1, 0, 'orig']
wrap 4: [4, 3, 2, 1, 0, 'orig']
wrap 0: [0, 4, 3, 2, 1, 0, 'orig']
unwrap 3: 3: [0, 4, 2, 1, 0, 'orig']
unwrap -: 0: [4, 2, 1, 0, 'orig']
unwrap 0: 0: [4, 2, 1, 'orig']
unwrap 4: 4: [2, 1, 'orig']
unwrap 0: -: ValueError
unwrap 2: 2: [1, 'orig']
unwrap 1: 1: ['orig']
unwrap -: -: IndexError