Files
znc/test
MarkLee131 099895b1f0 test: fix \xff hex escape parsing in Base64 test for stricter compilers
GCC parses "AA\xffA" greedily as \xffA (next character is a hex digit),
which is out of range for char and breaks the Linux CI build. Split the
literal into "AA\xff" "A" so the escape resolves before the next string,
yielding the intended four bytes (A, A, 0xff, A).
2026-04-29 19:33:30 +08:00
..
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00
2026-01-01 13:44:32 +01:00