X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser%2Fcpp004.phpt;h=8f24f1c15b24da3f9835fec620c93dee23f24f5e;hb=077b151b807ea0704eb79761278bb4ca615a5344;hp=2278e231f59289819bb2a2418c208e5b780aca78;hpb=81a4197fb79ce651cb6f8cfe5adbef0422ef1bea;p=m6w6%2Fext-psi diff --git a/tests/parser/cpp004.phpt b/tests/parser/cpp004.phpt index 2278e23..8f24f1c 100644 --- a/tests/parser/cpp004.phpt +++ b/tests/parser/cpp004.phpt @@ -1,18 +1,21 @@ --TEST-- -CPP argument prescan +CPP builtins --SKIPIF-- --INI-- psi.directory={PWD}/cpp004 +--ENV-- +LC_TIME=C --FILE-- ===TEST=== ===DONE=== ---EXPECT-- +--EXPECTF-- ===TEST=== int(0) int(1) @@ -20,4 +23,7 @@ int(2) int(3003) int(4004) int(5005) +string(%d) "%s/tests/parser/cpp004/builtins.psi" +int(2) +string(24) "%s %s %w%d %d:%d:%d %d" ===DONE===