summaryrefslogtreecommitdiff
path: root/tests/test-prog-shell--make-script-executable.el
AgeCommit message (Collapse)Author
2 daystest(prog-shell): add tests for cj/make-script-executableCraig Jennings
9 tests covering: - Normal: bash/python shebangs, already executable - Boundary: no shebang, empty file, shebang on line 2, hash without ! - Edge: no buffer file, shebang with space Closes TODO item for make-script-executable tests. Also closes already-done ANSI codes TODO.