diff --git a/tests/014.phpt b/tests/014.phpt index 301af8c..f7c0d2f 100644 --- a/tests/014.phpt +++ b/tests/014.phpt @@ -26,13 +26,13 @@ $l->registerCallback('create_object', [T::class, 'create']); $l->eval(<< b end ) for i,k in pairs(t) do - print(i, " -> ", k, "\\n") + print(i, " -> ", k, ",") end CODE ); ?> --EXPECTF-- -v -> 2 -s -> string = 2 \ No newline at end of file +v -> 2,s -> string = 2, \ No newline at end of file