diff options
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r-- | tests/Components/ExpressionTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index 09a50b0..bb4b8fc 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -17,6 +17,7 @@ class ExpressionTest extends TestCase public function testParse2() { $component = Expression::parse(new Parser(), $this->getTokensList('col`test`')); + $this->assertEquals($component->expr, 'col'); } /** |