Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
22095
Description
The attached patch makes some small improvements to the javadoc for CharSet,
CharSetUtils, adds some more test cases for CharSet and modifies the tests in
CharSetTest to use assertTrue instead of assertEquals(true,*).
One syntactical ambiguity is shown in the new test cases:
"a" is ambiguous. Currently, this produces two CharRanges, "" and "a". On
the other hand, "a-" is interpreted as the range from '' to 'a' (the other
interpretation of "^-a").