topologicalSort is a function.");'
- text: ''
testString: 'assert.deepEqual(topologicalSort(libsSimple), ["bbb", "aaa"], "topologicalSort must return correct library order..");'
- text: ''
testString: 'assert.deepEqual(topologicalSort(libsVHDL), solutionVHDL, "topologicalSort must return correct library order..");'
- text: ''
testString: 'assert.deepEqual(topologicalSort(libsCustom), solutionCustom, "topologicalSort must return correct library order..");'
- text: ''
testString: 'assert.deepEqual(topologicalSort(libsUnorderable), solutionUnorderable, "topologicalSort must ignore unorderable dependencies..");'
```