LeaYeh/minishell

[BUG] Whitespace should be ignored entirely when variables get expanded

Closed this issue · 0 comments

If VAR=" ", VAR should expand to NULL.

Bash:

🌊rash$ $VAR
🌊rash$

🌊rash:

🌊rash$ $VAR
🌊rash:              : command not found
  • Need to test if this applies to all whitespace characters.