I see by looking at the source code that e.g. the includes attribute for a directory-based task is being tokenized not only on commas but also on spaces. This obviously presents a problem when dealing with files & directories with spaces in their names. Is there a way to escape the space character, or has anyone else found a way to get around this problem? And in the worst case ... will it break anything if I change it to tokenize only on commas?
