mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
fixed dict test case
[SVN r54837]
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
[(1, {'key2': 'value2'}), ('key1', 'value1')]
|
||||
>>> print dict_from_sequence([(1,1),(2,2),(3,3)])
|
||||
{1: 1, 2: 2, 3: 3}
|
||||
>>> test_templates(printer)
|
||||
>>> test_templates(printer) #doctest: +NORMALIZE_WHITESPACE
|
||||
a test string
|
||||
13
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user