added test for skipped node case

This commit is contained in:
Vladimir Matveev
2014-07-31 12:01:46 -07:00
parent ed26563146
commit fee596b2d5
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
//@sourceMap: true
try {
// ...
} finally {
// N.B. No 'catch' block
}