summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 19:33:07 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 19:33:07 +0100
commit81ad56ff88b302919ecad0b0b11e1244d236f551 (patch)
tree655bd7c27aa27f8b23dd73ec2c45bbf1e61124d9 /README
parent46accb531e9988d3ce9870b52a70268e80c2f5b7 (diff)
downloadbacon-81ad56ff88b302919ecad0b0b11e1244d236f551.tar.gz
bacon-81ad56ff88b302919ecad0b0b11e1244d236f551.tar.xz
bacon-81ad56ff88b302919ecad0b0b11e1244d236f551.zip
Improve TAP output
darcs-hash:20080107183307-4fc50-8f4f10d51c6bc9603af5ae84a14a1a814f77bd79.gz
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index ea950bc..427f494 100644
--- a/README
+++ b/README
@@ -82,12 +82,12 @@ If you want shorter output, use the Test::Unit format:
 It also supports TAP:
 
     $ bacon -p whirlwind.rb
-    ok 1        # should be empty
-    ok 2        # should have zero size
-    ok 3        # should raise on trying fetch any index
-    ok 4        # should have an object identity
-    ok 5        # should be a palindrome
-    not ok 6    # should have super powers: FAILED
+    ok 1        - should be empty
+    ok 2        - should have zero size
+    ok 3        - should raise on trying fetch any index
+    ok 4        - should have an object identity
+    ok 5        - should be a palindrome
+    not ok 6    - should have super powers: FAILED
     # Bacon::Error: no super powers found
     # 	./whirlwind.rb:39: A new array - should have super powers
     # 	./whirlwind.rb:38