File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5656 run : >
5757 php -v ;
5858 php -m ;
59- for i in ( pipe_to_callable pipe_to_variable pipe_to_callable_string pipe_to_callable_array pipe_to_callable_without_all_args pipe_to_callable_new pipe_to_callable_anonymous_new pipe_to_closure pipe_to_throw missing_function missing_argument pipe_chain nullsafe_pipe nullsafe_chain concat_precedence addition_precedence comparison_precedence ternary_precedence short_ternary_precedence coalesce_precedence rfc_example rejects_by_reference_functions accepts_prefer_by_reference_functions execution_order interrupted_by_exception generators pipe_precedence_challenges) ; do sh xp-run xp.test.Runner lang.ast.unittest.emit.PipelinesTest::$i --output=code ; done
59+ for i in pipe_to_callable pipe_to_variable pipe_to_callable_string pipe_to_callable_array pipe_to_callable_without_all_args pipe_to_callable_new pipe_to_callable_anonymous_new pipe_to_closure pipe_to_throw missing_function missing_argument pipe_chain nullsafe_pipe nullsafe_chain concat_precedence addition_precedence comparison_precedence ternary_precedence short_ternary_precedence coalesce_precedence rfc_example rejects_by_reference_functions accepts_prefer_by_reference_functions execution_order interrupted_by_exception generators pipe_precedence_challenges ; do sh xp-run xp.test.Runner lang.ast.unittest.emit.PipelinesTest::$i --output=code ; done
You can’t perform that action at this time.
0 commit comments