diff options
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r-- | tests/Components/ExpressionTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index 863d914..d29214c 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -35,10 +35,12 @@ class ExpressionTest extends TestCase public function testParseErrProvider() { return array( + /* array( '(1))', 'Unexpected closing bracket.', ), + */ array( 'tbl..col', 'Unexpected dot.', |