🔨 removed too long running tests
This commit is contained in:
parent
6d2c0a7928
commit
cfc2e8391c
1 changed files with 2 additions and 2 deletions
|
@ -913,6 +913,7 @@ TEST_CASE("Unicode", "[hide]")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
SECTION("incorrect sequences")
|
SECTION("incorrect sequences")
|
||||||
{
|
{
|
||||||
SECTION("high surrogate without low surrogate")
|
SECTION("high surrogate without low surrogate")
|
||||||
|
@ -927,7 +928,6 @@ TEST_CASE("Unicode", "[hide]")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
SECTION("high surrogate with wrong low surrogate")
|
SECTION("high surrogate with wrong low surrogate")
|
||||||
{
|
{
|
||||||
// D800..DBFF are high surrogates and must be followed by low
|
// D800..DBFF are high surrogates and must be followed by low
|
||||||
|
@ -947,7 +947,6 @@ TEST_CASE("Unicode", "[hide]")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
SECTION("low surrogate without high surrogate")
|
SECTION("low surrogate without high surrogate")
|
||||||
{
|
{
|
||||||
|
@ -962,6 +961,7 @@ TEST_CASE("Unicode", "[hide]")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("read all unicode characters")
|
SECTION("read all unicode characters")
|
||||||
|
|
Loading…
Reference in a new issue