Files
lush/testes
Cormac Shannon 917509aa8a Refactor lush tests: remove duplication, fill coverage gaps, wire into all.lua
- Wire all 11 lush test files into testes/all.lua (was only 4)
- Delete dead commands-interactive.lua (disabled via os.exit(0))
- Remove duplicate regression test from piping.lua
- Add user-defined command tests (lush.commands): basic, int return,
  table return, error handling, removal, API call
- Add lush.subcmd() and lush.interactive() direct call tests
- Add argv edge cases: single-quote backslash, \$ escape, unknown
  escape, adjacent quote concatenation
- Add globbing edge cases: brace suffix, no-comma braces, bracket
  glob, mid-word tilde passthrough
- Add signal exit code test (128+9=137)
- Add escaped-pipe and empty interactive command tests
2026-03-22 17:58:09 +00:00
..
2025-07-15 14:40:27 -03:00
2025-04-23 11:36:09 -03:00
2025-06-13 14:08:38 -03:00
2025-03-13 15:30:52 -03:00
2025-08-09 15:08:53 -03:00
2025-03-12 13:52:35 -03:00
2025-07-18 16:10:28 -03:00