######## test-error.az ########
======== error test ========
 [0,0,0] [0,0,1] [0,0,2] [0,1,0] [0,1,1] [0,1,2] [0,2,0] [0,2,1] [0,2,2] [1,0,0] [1,0,1] [1,0,2] [1,1,0] [1,1,1] [1,1,2] [1,2,0] [1,2,1] [1,2,2] [2,0,0] [2,0,1] [2,0,2]except(IteratorError)
end-of-function
 [0,0,0] [0,0,1] [0,0,2] [0,1,0] [0,1,1] [0,1,2] [0,2,0] [0,2,1] [0,2,2] [1,0,0] [1,0,1] [1,0,2] [1,1,0] [1,1,1] [1,1,2] [1,2,0] [1,2,1] [1,2,2] [2,0,0] [2,0,1] [2,0,2]except()
end-of-function
 [0,0,0] [0,0,1] [0,0,2] [0,1,0] [0,1,1] [0,1,2] [0,2,0] [0,2,1] [0,2,2] [1,0,0] [1,0,1] [1,0,2] [1,1,0] [1,1,1] [1,1,2] [1,2,0] [1,2,1] [1,2,2] [2,0,0] [2,0,1] [2,0,2] [2,1,0] [2,1,1] [2,1,2] [2,2,0] [2,2,1] [2,2,2]else
end-of-function
  1  3  5  7  9
end-of-function
  0  1  2  3  4  5  6  7  8
end-of-function
try
expected error occurs
ValueError detected:ValueError at test-error.az line.82: undefined symbol 'a'
other error detected:IndexError: index is out of range
no error
except(IndexError) .. IndexError at line.111: intentional error for handling test
except(ValueError) .. ValueError at line.111: intentional error for handling test
except(IOError) .. IOError at line.111: intentional error for handling test
except(SystemError, CodecError) .. SystemError at line.111: intentional error for handling test
except(SystemError, CodecError) .. CodecError at line.111: intentional error for handling test
except() .. AttributeError at line.111: intentional error for handling test
else()
ValueError at test-error.az line.134: unhandled error
