urchin/tests/Internals/sort_python
2016-03-06 13:39:29 +00:00

5 lines
166 B
Plaintext
Executable File

set -e
TESTING_URCHIN_INTERNALS=true . ../../urchin
unsorted='@ b\n- d\n? a\n~ c\n! e\n'
test $(printf "${unsorted}" | sort_python | cut -d\ -f2|tr -d '\n') = edabc