mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[data] move case folding data into test folder
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
8f5c8a5bd7
commit
07c26a5ab8
@@ -23,7 +23,7 @@ UNIT_TEST(LowerUniChar)
|
|||||||
{
|
{
|
||||||
// Load unicode case folding table.
|
// Load unicode case folding table.
|
||||||
|
|
||||||
static char constexpr kFile[] = "./data/CaseFolding.test";
|
static char constexpr kFile[] = "./data/test_data/CaseFolding.test";
|
||||||
std::ifstream file(kFile);
|
std::ifstream file(kFile);
|
||||||
TEST(file.is_open(), (kFile));
|
TEST(file.is_open(), (kFile));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user