Exemplo n.º 1
0
 public function getLexerData($string)
 {
     return yehiaHamid\easyParse\parsers\filter\Lexer::run($string);
 }
Exemplo n.º 2
0
 public function testInvalidFieldWithSpace()
 {
     $data = "field one ne 'this is filter term '";
     $lexerResult = yehiaHamid\easyParse\parsers\filter\Lexer::run($data);
 }