Created
February 28, 2009 21:37
-
-
Save osfameron/72117 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok 1 - Single line check | |
not ok 2 - Multiple line check # TODO Multiline parsing | |
# Failed (TODO) test 'Multiple line check' | |
# at t/03_lines.t line 29. | |
# got: 'Just 1' | |
# expected: 'Just 3' | |
not ok 3 - Error syntax error at (eval 26) line 3, at EOF | |
# syntax error at (eval 26) line 4, at EOF | |
# syntax error at (eval 26) line 6, near "}) " | |
# syntax error at (eval 26) line 6, near "shift) " | |
# Missing right curly or square bracket at (eval 26) line 6, at end of line | |
# # TODO Eval fail! | |
# Failed (TODO) test 'Error syntax error at (eval 26) line 3, at EOF | |
# syntax error at (eval 26) line 4, at EOF | |
# syntax error at (eval 26) line 6, near "}) " | |
# syntax error at (eval 26) line 6, near "shift) " | |
# Missing right curly or square bracket at (eval 26) line 6, at end of line | |
# ' | |
# at t/03_lines.t line 44. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment