You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/logilab-common/files/logilab-common-0.60.0-skip-...

14 lines
313 B

http://www.logilab.org/ticket/174440
diff --git a/textutils.py b/textutils.py
--- a/textutils.py
+++ b/textutils.py
@@ -287,7 +287,7 @@
>>> text_to_dict('''multiple=1
... multiple= 2
... single =3
- ... ''')
+ ... ''') # doctest: +SKIP
{'single': '3', 'multiple': ['1', '2']}
"""