Descriptionpkg/args Option should be more strict about names and abbreviations
Should not allow: space, \t, \r, \n, single- and double-quote, slashes
Should not allow empty string
Should not allow '-' as the beginning character
name should not be allowed to be null (although it's fine for abbreviation)
BUG=https://code.google.com/p/dart/issues/detail?id=8965
Committed: https://code.google.com/p/dart/source/detail?r=20040
Patch Set 1 #
Total comments: 15
Patch Set 2 : review feedback #
Total comments: 4
Patch Set 3 : final nits #
Total comments: 2
Patch Set 4 : #
Total comments: 1
Patch Set 5 : final nits #Messages
Total messages: 10 (0 generated)
|