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
/
hooks.py
Age
Commit message (
Collapse
)
Author
2021-02-05
Renaming src -> minishell_test for package name, Renaming main.py -> ↵
Charles Cabergs
__main__.py for package execution with python -m
2020-11-25
#6 Added special characters field split and should_not_be hook, to avoid ↵
Charles Cabergs
error message
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-08
Deleted duplicated tests, Added error_eof_to_expected_token hook
Charles Cabergs
2020-10-08
Added syntax error discard
Charles Cabergs
2020-10-07
Added memory leak checking
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 path tests
Charles Cabergs
2020-09-13
Fixing import regex -> re for python3.5 compatibility
Charles Cabergs
2020-09-12
Fixing autocompletion with 0 match, Fixing export singleton with --posix
Charles Cabergs
2020-09-11
Added comments
Charles Cabergs
2020-09-11
Linting with flake8
Charles Cabergs
2020-09-11
Added export alone, quote missing and tab in cmd test
Charles Cabergs
2020-09-11
Added error_line0 hook
Charles Cabergs
2020-09-11
Added output hook and sort_lines hook
Charles Cabergs