normalizeNfc

This commit is contained in:
rhiannon morris 2022-05-12 07:41:58 +02:00
parent c743a99356
commit 274ecfb58c
5 changed files with 99 additions and 60 deletions

View file

@ -2,7 +2,7 @@ module Tests
import Options
import TAP
import Tests.CharExtra
import Tests.Unicode
import Tests.Lexer
import Tests.Parser
import Tests.Equal
@ -10,7 +10,7 @@ import System
allTests = [
CharExtra.tests,
Unicode.tests,
Lexer.tests,
Parser.tests,
Equal.tests