Closed KrashKart closed 1 week ago
Expected: It is listed in the UG that spaces should theoretically return an empty list (since whitespaces do not constitute the alphabet):
Actual: However, when attempting to include whitespaces in find, it does not return an empty list:
Before entering the find command:
find
After entering the find command:
Steps to reproduce:
list
find alex y
Suggestions: Improve the specificity of the UG by allowing whitespaces.
Expected: It is listed in the UG that spaces should theoretically return an empty list (since whitespaces do not constitute the alphabet):
Actual: However, when attempting to include whitespaces in find, it does not return an empty list:
Before entering the
find
command:After entering the
find
command:Steps to reproduce:
list
to display the full list.find alex y
Suggestions: Improve the specificity of the UG by allowing whitespaces.