2
0
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:
Haoyu Bai
2009-07-09 17:47:47 +00:00
parent 3a75666f22
commit a272bb801a

View File

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