lix/src/libutil/tests
Alexey Novikov 64a3b045c1 Fix error detection in 'base64Decode()'
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.
2021-10-17 12:45:26 +04:00
..
closure.cc Extract a generic computeClosure function 2021-05-19 11:44:58 +02:00
compression.cc libutil: allow decompression with none/empty method 2021-04-22 02:33:59 +00:00
config.cc Fix some typos 2021-03-26 16:14:38 +01:00
hash.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
json.cc Add unit tests for "json.hh" 2020-05-25 11:57:45 +02:00
local.mk Add tests for logging.hh 2020-06-06 10:22:32 +02:00
logging.cc ANSI_YELLOW -> ANSI_WARNING 2021-09-14 10:42:29 +02:00
lru-cache.cc src/libutil/tests/lru-cache.cc: Check erase() 2020-06-02 12:06:59 +02:00
pool.cc Add tests for pool.hh 2020-06-10 22:29:50 +02:00
tests.cc Fix error detection in 'base64Decode()' 2021-10-17 12:45:26 +04:00
url.cc Fix Nix to properly work with stores using a scoped IPv6 address 2021-03-16 19:14:42 +01:00
xml-writer.cc Add unit tests for xml-writer 2020-05-25 18:34:55 +02:00