diff --git a/test/testlist.inc.php b/test/testlist.inc.php index ce62839bf..ef566c0e7 100644 --- a/test/testlist.inc.php +++ b/test/testlist.inc.php @@ -140,6 +140,8 @@ class TestOQLParser extends TestFunction $aQueries = array( 'SELECT toto' => true, 'SELECT toto WHERE toto.a = 1' => true, + 'SELECT toto WHERE toto.a = 0xC' => true, + 'SELECT toto WHERE toto.a = \'AXDVFS0xCZ32\'' => true, 'SELECT toto WHERE toto.a = :myparameter' => true, 'SELECT toto WHERE toto.a IN (:param1)' => true, 'SELECT toto WHERE toto.a IN (:param1, :param2)' => true,