javajawa / DoCitten

DoCitten: The Cutest IRC bot ever [citation needed]
2 stars 3 forks source link

Correct Handling of Case in Portmanteaus #15

Open javajawa opened 11 years ago

javajawa commented 11 years ago

HelpingService @9529d90faf64c3573536a0bca53f5050b9503ce9 uses Pattern.CASE_INSENSITIVE to pass some of the HelpingServiceTest cases - namely those containing the words "Batman" and "Robin" with the initial cap.

e4fb3e6ea24ea75f7b3bd79dd74d20db5cf71bf4 removes this flag, breaking those tests. I can not work out why.