[sagenb] 105/157: fix test

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:57 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 1120a7ecc8d7505c02547c34247ae745c3da4bf4
Author: kcrisman <kcrisman at gmail.com>
Date:   Fri Oct 17 11:38:53 2014 -0400

    fix test
---
 sagenb/notebook/interact.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sagenb/notebook/interact.py b/sagenb/notebook/interact.py
index a5699bb..52fa935 100644
--- a/sagenb/notebook/interact.py
+++ b/sagenb/notebook/interact.py
@@ -462,7 +462,7 @@ def html_color_selector(id, change, input_change, default='000000',
         sage: sagenb.notebook.interact.html_color_selector(0, 'alert("changed")', '', default='0afcac')
         '...<table>...colorpicker...'
         sage: sagenb.notebook.interact.html_color_selector(99, 'console.log(color);', '', default='fedcba', widget='farbtastic', hide_box=True)
-        '...<table>...colorpicker...'
+        '...<table>...farbtastic...'
     """
     input_style = ''
     if hide_box:

-- 
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