More TODOs.

This commit is contained in:
Pietro Gagliardi 2020-05-25 02:00:16 -04:00
parent c71fbe29c2
commit 4c5434d76e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Do not put any test cases in this file; they will not be run. // Do not put any test cases in this file; they will not be run.
// TODO specify these hex constants in a signedness-safe way
const char testUTF8Empty[] = { 0 }; const char testUTF8Empty[] = { 0 };
const char testUTF8ASCIIOnly[] = { 0x74, 0x65, 0x73, 0x74, 0 }; const char testUTF8ASCIIOnly[] = { 0x74, 0x65, 0x73, 0x74, 0 };
const char testUTF8WithTwoByte[] = { 0x74, 0xC3, 0xA9, 0x73, 0x74, 0 }; const char testUTF8WithTwoByte[] = { 0x74, 0xC3, 0xA9, 0x73, 0x74, 0 };