summaryrefslogtreecommitdiffstats
path: root/tests/test_color_rs_lc_rc_ec.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-1/+1
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* color: Implement escape sequence parsingTavian Barnes2019-03-281-0/+20
GNU ls allows custom escape sequences inside color values, including control characters and embedded NULs.