v0.1.1: Allow names with spaces•••The test_stdin_is_empty was adapted so it wouldn't exit with status 1.
The previous implementation would effectively do:
printf '' | grep ''
which returns 1, and the test would fail.
v0.1.1
remembering: Fix behaviour where STDIN is smaller than profile•••Now the profile will be an ever growing list, remembering every possible
option ever presented to it.
The tests in tests/ranking.sh already expected this behaviour and were
broken, but now they work.