view tests/test-topo-sort.py.out @ 271:d32590df65ef

undo changes from ea0728d8cdc2 (GNU sed doesn't have a -E option)
author Abderrahim Kitouni <a.kitouni@gmail.com>
date Mon, 23 Nov 2009 18:58:40 +0100
parents 3caa2ce52cd9
children
line wrap: on
line source

% should sort to ['a', 'b', 'd', 'h', 'c', 'g', 'e', 'f']
['a', 'b', 'd', 'h', 'c', 'g', 'e', 'f']