added python test case li_std_except_as_class for SF bug 1295
This commit is contained in:
parent
3e2c6bb03d
commit
da00bdb12d
3 changed files with 29 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
from li_std_except_as_class import *
|
||||
|
||||
# std::domain_error hierarchy
|
||||
try: test_domain_error()
|
||||
except domain_error: pass
|
||||
try: test_domain_error()
|
||||
except logic_error: pass
|
||||
try: test_domain_error()
|
||||
except exception: pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue