[tapx-dev] [commit][184] Tidied

andy at hexten.net andy at hexten.net
Mon Jul 16 00:12:08 BST 2007


Revision: 184
Author:   andy
Date:     2007-07-16 00:12:08 +0100 (Mon, 16 Jul 2007)

Log Message:
-----------
Tidied

Modified Paths:
--------------
    trunk/t/030-grammar.t

Modified: trunk/t/030-grammar.t
===================================================================
--- trunk/t/030-grammar.t	2007-07-15 23:11:45 UTC (rev 183)
+++ trunk/t/030-grammar.t	2007-07-15 23:12:08 UTC (rev 184)
@@ -235,13 +235,12 @@
     'test_num'    => '2',
     'raw'         => 'not ok 2 this is a test # TODO whee!'
 };
-is_deeply $token, $expected,
-'... and the TODO should be parsed';
+is_deeply $token, $expected, '... and the TODO should be parsed';
 
-  # false TODO tests
+# false TODO tests
 
-  # escaping that hash mark ('#') means this should *not* be a TODO test
-  $test = 'ok 22 this is a test \# TODO whee!';
+# escaping that hash mark ('#') means this should *not* be a TODO test
+$test = 'ok 22 this is a test \# TODO whee!';
 like $test, $syntax_for{'test'}, 'Tests should match the test syntax';
 
 $stream->put( $test );




More information about the tapx-dev mailing list