Restored post-colon spaces in doctests
authorW. Trevor King <wking@drexel.edu>
Wed, 30 Dec 2009 00:19:15 +0000 (19:19 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 30 Dec 2009 00:19:15 +0000 (19:19 -0500)
libbe/command/merge.py
libbe/command/show.py
libbe/comment.py

index 447b4aeb06597c05ba58a86b53b0b20f93b1f9c9..328351e77fa73c1ff1731d810ea61356c860e79c 100644 (file)
@@ -63,8 +63,8 @@ class Merge (libbe.command.Command):
       Short name : abc/a
         Severity : minor
           Status : open
-        Assigned :
-        Reporter :
+        Assigned : 
+        Reporter : 
          Creator : John Doe <jdoe@example.com>
          Created : ...
     Bug A
@@ -109,8 +109,8 @@ class Merge (libbe.command.Command):
       Short name : abc/b
         Severity : minor
           Status : closed
-        Assigned :
-        Reporter :
+        Assigned : 
+        Reporter : 
          Creator : Jane Doe <jdoe@example.com>
          Created : ...
     Bug B
index 1b498aaf3608d474647d9f8231c5bfa7fea6567b..1a569a6102ea3e6478e6b4db71bf7a0d2bd7b30a 100644 (file)
@@ -45,8 +45,8 @@ class Show (libbe.command.Command):
       Short name : abc/a
         Severity : minor
           Status : open
-        Assigned :
-        Reporter :
+        Assigned : 
+        Reporter : 
          Creator : John Doe <jdoe@example.com>
          Created : ...
     Bug A
index e386796baeeca9c695e9a19cb72b98fa6254c23e..ad22683065efc4e08aa15fe6adb2ec8be1607e93 100644 (file)
@@ -448,7 +448,7 @@ class Comment(Tree, settings_object.SavedSettingsObject):
         >>> print comm.string(indent=2)
           --------- Comment ---------
           Name: //abc
-          From:
+          From: 
           Date: Thu, 01 Jan 1970 00:00:00 +0000
         <BLANKLINE>
           Some
@@ -507,50 +507,50 @@ class Comment(Tree, settings_object.SavedSettingsObject):
         >>> print a.string_thread(flatten=True)
         --------- Comment ---------
         Name: //a
-        From:
+        From: 
         Date: Thu, 20 Nov 2008 01:00:00 +0000
         <BLANKLINE>
         Insightful remarks
           --------- Comment ---------
           Name: //b
-          From:
+          From: 
           Date: Thu, 20 Nov 2008 02:00:00 +0000
         <BLANKLINE>
           Critique original comment
           --------- Comment ---------
           Name: //c
-          From:
+          From: 
           Date: Thu, 20 Nov 2008 03:00:00 +0000
         <BLANKLINE>
           Begin flamewar :p
         --------- Comment ---------
         Name: //d
-        From:
+        From: 
         Date: Thu, 20 Nov 2008 04:00:00 +0000
         <BLANKLINE>
         Useful examples
         >>> print a.string_thread()
         --------- Comment ---------
         Name: //a
-        From:
+        From: 
         Date: Thu, 20 Nov 2008 01:00:00 +0000
         <BLANKLINE>
         Insightful remarks
           --------- Comment ---------
           Name: //b
-          From:
+          From: 
           Date: Thu, 20 Nov 2008 02:00:00 +0000
         <BLANKLINE>
           Critique original comment
           --------- Comment ---------
           Name: //c
-          From:
+          From: 
           Date: Thu, 20 Nov 2008 03:00:00 +0000
         <BLANKLINE>
           Begin flamewar :p
         --------- Comment ---------
         Name: //d
-        From:
+        From: 
         Date: Thu, 20 Nov 2008 04:00:00 +0000
         <BLANKLINE>
         Useful examples