Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-22 | Fix testscript touch builtin test | Karen Arutyunov | 1 | -1/+1 | |
2017-01-31 | Move builtin and runner tests to '$c ... && $b' pattern | Karen Arutyunov | 1 | -14/+7 | |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2017-01-05 | Tests cleanup | Karen Arutyunov | 1 | -4/+23 | |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 1 | -1/+1 | |
2016-12-05 | Add rm builtin | Karen Arutyunov | 1 | -2/+12 | |
2016-11-23 | Implement value type propagation on expansion | Boris Kolpackov | 1 | -1/+1 | |
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. | |||||
2016-11-15 | Add cat, false and true builtins | Karen Arutyunov | 1 | -0/+45 | |