diff --git a/tests/parserTests/ccnorm.t b/tests/parserTests/ccnorm.t index 1ffa81ef4..f233e42e6 100644 --- a/tests/parserTests/ccnorm.t +++ b/tests/parserTests/ccnorm.t @@ -1 +1 @@ -ccnorm("aanyone") = "AANY0NE" +ccnorm("aany0ne") = "AANYONE" diff --git a/tests/parserTests/norm.t b/tests/parserTests/norm.t index 707ba15e3..ed2d442a8 100644 --- a/tests/parserTests/norm.t +++ b/tests/parserTests/norm.t @@ -1 +1 @@ -norm("foo") = "F0" & norm("anyone") = "ANY0NE" +norm("foo") = "FO" & norm("any0ne") = "ANYONE"