shell32/tests: Added to-do test showing a bug with file paths with spaces.
commit1e5a03eca48fa06130f3adec4edc1457b744ebe0
authorKen Thomases <ken@codeweavers.com>
Tue, 17 Apr 2007 13:20:57 +0000 (17 08:20 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Apr 2007 11:47:18 +0000 (18 13:47 +0200)
tree71d6f74a8d1d2f82479baf1a066a1fbf13a4c06f
parent725f4bfeb10fb1b7574df46e7f6492ab3f581970
shell32/tests: Added to-do test showing a bug with file paths with spaces.

If ShellExecuteEx is asked to execute a file which has a space in its path,
and if there exists a "masking" file whose name matches the path truncated
at a space, then ShellExecuteEx launches the masking file instead.
dlls/shell32/tests/shlexec.c