Menu

#179 cmdlet_test does not properly parse comma separated values

Version 5.10
closed-fixed
5
2014-07-02
2011-09-20
No

The win-def:cmdlet_test does not properly parse comma separated values in the select entity. It splits the values on the comma, but, it leaves any starting and trailing whitespace characters which are then used in the name attributes of the item fields. For example, if you specified "name, description" in the select entity, you would end up with the fields "name" and " description" rather than "name" and "description". This will cause the name attributes to not align with what you would think. We should be trimming off the whitespace characters.

Discussion

  • Michael Chisholm

    • status: open --> closed-fixed
     
  • Michael Chisholm

    Fixed in r1793.

     

Log in to post a comment.