# New Ticket Created by Paul Cochrane # Please include the string: [perl #43755] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43755 >
In the file lib/Parrot/Test.pm there is the todo item: # XXX this is broken WRT todo tests my %example_test_map = ( example_output_is => 'language_output_is', example_output_like => 'language_output_like', example_output_isnt => 'language_output_isnt', ); This issue needs to be fixed.