diff --git a/NOTES.md b/NOTES.md index 534ecf1..f75c725 100644 --- a/NOTES.md +++ b/NOTES.md @@ -50,9 +50,6 @@ cf. 3.1.2.3 Double Quotes Preserves the literal value of all characters within the quotes, with the exception of '$'. -TODO: The special parameters ‘*’ and ‘@’ have special meaning when in double quotes (see Shell Parameter Expansion). -See if we have to handle this - Per the subject: minishell should not interpret unclosed quotes ### Shell Commands @@ -269,7 +266,7 @@ by a slash in the pattern. ##### Pattern Matching cf. 3.5.8.1 Pattern Matching -Any character that appears in a pattern, other than the special pattern + * [ ] Any character that appears in a pattern, other than the special pattern characters described below, matches itself. The NUL character may not occur in a pattern. @@ -421,8 +418,6 @@ an optional list of arguments, the following actions are taken. 5. The shell waits for the command to complete and collects its exit status. -TODO remove $@ $* mentions as we don't have to implement that - #### Subshell cf. 3.7.3 Command Execution Environment