>> remove more complex whitespace behaviour form tests
> make restrictRuneset pass tests
This commit is contained in:
parent
3fcb56c584
commit
13e6010d04
4 changed files with 14 additions and 20 deletions
|
|
@ -29,7 +29,7 @@ func TestRestrictRuneset(t *testing.T) {
|
|||
"The Salmon \U0001f41f Of Doubt": "The Salmon \U0001f41f Of Doubt",
|
||||
"Why put questions in file names?": "Why put questions in file names",
|
||||
"This* causes ~problems~": "This causes ~problems~",
|
||||
"There are* *alot ** of c*veats * here": "There are alot of cveats here",
|
||||
"There are* *alot ** of c*veats * here": "There are alot of cveats here",
|
||||
}
|
||||
representTCases := map[string]string{
|
||||
"::?\\": "_U3A__U3A__U3F__U5C_",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue