tests: mark some additional tests uppercase-hex sensitive#441
tests: mark some additional tests uppercase-hex sensitive#441charles2910 wants to merge 1 commit into
Conversation
Since 8.20.0, three more tests started to fail because of the case used to represent hex digits. Fixes: curl#440
|
I wonder if instead of trying to add a keyword every time libcurl changes the case of something, we instead add an |
|
I like the |
|
That's even better, should we remove the Or should making percent encoded fields lower (or upper case) be part of trurls normalization step? |
I tend to think that passing it through as-is helps making sure that |
I agree that having a way to ignore the case of percent encoded stuff is the better solution here. Doing that would also allow us to drop the duplicate test cases for |
Since 8.20.0, three more tests started to fail because of the case used to represent hex digits.
Fixes: #440