# New Ticket Created by Colin Kuskie
# Please include the string: [perl #45203]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45203 >
t/examples/tutorial.t is passing, but should not be due to a parrot bug. -0.0
is supposed to be false, but parrot currently considers it true.
This patch adjusts the expected output of that tutorial to expose the bug.
Index: t/examples/tutorial.t
===================================================================
--- t/examples/tutorial.t (revision 21091)
+++ t/examples/tutorial.t (working copy)
@@ -142,6 +142,7 @@
before unless
is printed
after unless
+-0.0 was false
END_EXPECTED
'52_if_compare.pir' => << 'END_EXPECTED',