kuroko/test/testExceptionContexts.krk.expect

5 lines
151 B
Plaintext

IndexError('c') ValueError('b') TypeError('a')
TypeError('a') ValueError('b') None
IndexError() ValueError() TypeError()
TypeError() ValueError() None