X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fparser%2Fvalidate003.phpt;h=30e1cdc315920c803540bd36357aa962c7f22fdc;hp=f597d2452dcd367086fc4bd89d10e3446c984d88;hb=14969a8b4386d7c38e90775e1c57886c9bf3839e;hpb=aa338e1f515a21d83284c83d780d2dc075192c4d diff --git a/tests/parser/validate003.phpt b/tests/parser/validate003.phpt index f597d24..30e1cdc 100644 --- a/tests/parser/validate003.phpt +++ b/tests/parser/validate003.phpt @@ -15,4 +15,12 @@ psi_validate_string("typedef long int;"); ===TEST=== Warning: PSI syntax error, unexpected ;, expecting %s at col 17 in %s on line 1 + +Warning: PSI preceding token 'typedef' at col 1 in on line 1 + +Warning: PSI preceding token 'long' at col 9 in on line 1 + +Warning: PSI preceding token 'int' at col 14 in on line 1 + +Warning: PSI offending token ';' at col 17 in on line 1 ===DONE===