X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser%2Fvalidate003.phpt;h=30e1cdc315920c803540bd36357aa962c7f22fdc;hb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890;hp=f597d2452dcd367086fc4bd89d10e3446c984d88;hpb=42f44eb5bf4ecd36e26e051fada79d861d0f92d2;p=m6w6%2Fext-psi 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===