Description
If spaces follow the wild card or the dot (.), it should ignore them.
Example:
File: c:\testdir\test.txt, * .txt ---- should return TRUE but returns FALSE
File: c:\testdir\test.txt, *. txt ---- should return TRUE but returns FALSE