apply_whitespace_facet in simpleTypeDefinition._ConvertArguments
Brought to you by:
pabigot
Originally created by: Michael van der Westhuizen
As a part of the work I've been doing on the base64Binary support I've noticed that simpleTypeDefinition._ConvertArguments does not respect the _ apply_whitespace_facet flag, even though comments throughout the codebase suggest it should (and it while it reads _apply_whitespace_facet it does not use it).
All tests still pass with this applied, and this allows me to clean up the base64binary._ConvertArguments (unfortunately still required) to avoid code duplication.
Verified, test added in branch trac/85, merged to next