KrashKart / pe

0 stars 0 forks source link

Keyword specification in `find` differs from UG #5

Closed KrashKart closed 1 week ago

KrashKart commented 2 weeks ago

Expected: It is listed in the UG that spaces should theoretically return an empty list (since whitespaces do not constitute the alphabet): image.png

Actual: However, when attempting to include whitespaces in find, it does not return an empty list:

Before entering the find command: image.png

After entering the find command: image.png

Steps to reproduce:

  1. Enter list to display the full list.
  2. Enter find alex y

Suggestions: Improve the specificity of the UG by allowing whitespaces.