[sagenb] 15/179: #12415: Fix some doctests in sagenb

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 23da3557b5440698802bd8db3f7e1611f6ebfd1c
Author: David Roe <roed.math at gmail.com>
Date:   Sat Jun 23 11:46:26 2012 -0400

    #12415: Fix some doctests in sagenb
---
 sagenb/misc/support.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sagenb/misc/support.py b/sagenb/misc/support.py
index 79cd965..32de7b4 100644
--- a/sagenb/misc/support.py
+++ b/sagenb/misc/support.py
@@ -240,6 +240,8 @@ def docstring(obj_name, globs, system='sage'):
 
         sage: from sagenb.misc.support import docstring
         sage: D = docstring("r.lm", globs=globals())
+        <string>:5: (WARNING/2) Inline emphasis start-string without end-string.
+        <string>:5: (WARNING/2) Inline strong start-string without end-string.
     """
     if system not in ['sage', 'python']:
         obj_name = system + '.' + obj_name

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list