Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | Implement quote removal and fix unterminated bracket expansion. | Rob Landley | |
2020-01-07 | Bracket support in progress. Mind the dprintf()s. | Rob Landley | |
2019-12-23 | Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.) | Rob Landley | |
2019-12-23 | Add "texpect" and add a couple simple examples to sh.test. | Rob Landley | |
2019-01-07 | Use `return` rather than `continue` to make bash 4.4 happy. | Elliott Hughes | |
Otherwise we get this error: continue: only meaningful in a 'for', 'while', or 'until' loop | |||
2017-04-26 | Elliott wants to run the toybox tests on android host and there's an sh but | Rob Landley | |
it isn't toysh, so test for a bash alias. | |||
2017-01-09 | More pending shell tests. | Rob Landley | |
2016-04-20 | Start of shell tests: $(()) and $'' expansion. | Rob Landley | |