Age | Commit message (Collapse) | Author |
|
Fixed a bug in initialization of 'base64DecodeChars' variable.
Currently decoder do not fail on invalid Base64 strings.
Added test-case to verify the fix.
Also have made 'base64DecodeChars' to be computed at compile time.
And added a test case to encode/decode string with non-printable charactes.
|
|
|
|
|
|
And remove one that we didn't actually need to add
|
|
This adds tests for
- parseURL
- percentDecode
- decodeQuery
|
|
Update comment and enable the test
|
|
Add note about removal of trailing slashes in the doc comment of
baseNameOf and enabled the test.
|
|
Adjusted the doc comment for `dirOf` to reflect the implementation
behavior.
|
|
|
|
|