dhall-1.42.3: dhall-lang/tests/parser/failure/nonCharacterUnbraced.dhall
{-
The parser should reject unicode escape sequences for non-characters
(0xNFFFE-0xNFFFF for each `N` in `{ 0 .. F }), regardless of whether they are
braced or not.
-}
"\uFFFE"
{-
The parser should reject unicode escape sequences for non-characters
(0xNFFFE-0xNFFFF for each `N` in `{ 0 .. F }), regardless of whether they are
braced or not.
-}
"\uFFFE"