Skip to content

Commit 60d3fc5

Browse files
committed
Add a missing file
1 parent 59b37a8 commit 60d3fc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/cases/parser/tryStatement13.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
try {
4+
// The behavior this parse error may change in the future.
5+
// This unit test is just a sanity check that tolerant-php-parser doesn't crash.
6+
} catch(| $x) {
7+
8+
}

0 commit comments

Comments
 (0)