# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #55768]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55768 >


Attached patch adds three more test files (list builtins).

The last two tests in joint. are likely to be wrong, and are fudged as
such. Further clarification is welcome.

More on that in a separate mail.

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/
Index: t/spectest_regression.data
===================================================================
--- t/spectest_regression.data	(revision 28336)
+++ t/spectest_regression.data	(working copy)
@@ -39,12 +39,15 @@
 S29-array/push.t
 S29-array/shift.t
 S29-array/unshift.t
+S29-list/first.t
 S29-list/grep.t
+S29-list/join.t
 S29-list/map_empty_list.t
 S29-list/map_flattening.t
 S29-list/map_function_return_values.t
 S29-list/map.t
 S29-list/mutating_listops.t                     # pure
+S29-list/reduce.t
 S29-list/sort.t
 S29-num/abs.t
 S29-num/complex.t

Reply via email to