[svn:parrot] r36025 - trunk/languages/pipp/t/php

[email protected] Mon, 26 Jan 2009 05:03:18 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Mon Jan 26 05:03:18 2009
New Revision: 36025

Modified:
   trunk/languages/pipp/t/php/hello.t

Log:
[Pipp] saner test description

Modified: trunk/languages/pipp/t/php/hello.t
==============================================================================
--- trunk/languages/pipp/t/php/hello.t	(original)
+++ trunk/languages/pipp/t/php/hello.t	Mon Jan 26 05:03:18 2009
@@ -70,7 +70,7 @@
 Hello, World!
 OUT
 
-language_output_is( 'Pipp', <<'CODE', <<'OUT', 'hello' );
+language_output_is( 'Pipp', <<'CODE', <<'OUT', 'echo with single quoted string' );
 <?php
 echo 'Hello, World!';
 echo "\n";