Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-harness-perl / libtest-harness-perl-3.12 / t / sample-tests / with_comments
diff --git a/dev/i386/libtest-harness-perl/libtest-harness-perl-3.12/t/sample-tests/with_comments b/dev/i386/libtest-harness-perl/libtest-harness-perl-3.12/t/sample-tests/with_comments
new file mode 100644 (file)
index 0000000..7aa9139
--- /dev/null
@@ -0,0 +1,14 @@
+print <<DUMMY_TEST;
+# and stuff
+1..5 todo 1 2 4 5;
+# yeah, that
+not ok 1
+# Failed test 1 in t/todo.t at line 9 *TODO*
+ok 2 # (t/todo.t at line 10 TODO?!)
+ok 3
+not ok 4
+# Test 4 got: '0' (t/todo.t at line 12 *TODO*)
+#   Expected: '1' (need more tuits)
+ok 5 # (t/todo.t at line 13 TODO?!)
+# woo
+DUMMY_TEST