index
:
minishell_test.git
dev
master
package
Test for the minishell school project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
suites
/
flow.py
Age
Commit message (
Expand
)
Author
2020-10-24
Fixing non explicit result on export without arguments
Charles Cabergs
2020-10-09
Added syntax error status and discard cd too many argument on Linux
Charles Cabergs
2020-10-09
Formatting/Refactoring, Added pretty ascii art
Charles Cabergs
2020-10-08
Deleted duplicated tests, Added error_eof_to_expected_token hook
Charles Cabergs
2020-10-08
Added flow syntax error tests
Charles Cabergs
2020-10-08
Added suite description for -l option
Charles Cabergs
2020-10-07
Removing cursed cd test
Charles Cabergs
2020-10-07
Added Linux exit status and output conversion to macos
Charles Cabergs
2020-10-06
Added variable terminal size
Charles Cabergs
2020-09-17
Added hook list, replace double semi-colon hook for ;; errors
Charles Cabergs
2020-09-15
Added more parenthesis, pipe, quote tests
Charles Cabergs
2020-09-14
Added more flow and path tests
Charles Cabergs
2020-09-13
Added C macro to detect when minishell is tested inside of code
Charles Cabergs
2020-09-12
Moved parenthesis and operation in flow, Added sandbox context, Replaced subp...
Charles Cabergs