Remove unwanted trailing space in test data.
This commit is contained in:
parent
dcff5bdf6e
commit
858ef4e2f9
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
/^[\xc8-\xc9]/
|
/^[\xc8-\xc9]/
|
||||||
École
|
École
|
||||||
\= Expect no match
|
\= Expect no match
|
||||||
école
|
école
|
||||||
|
|
||||||
/\W+/
|
/\W+/
|
||||||
|
|
|
@ -104,7 +104,7 @@ Subject length lower bound = 1
|
||||||
/^[\xc8-\xc9]/
|
/^[\xc8-\xc9]/
|
||||||
École
|
École
|
||||||
0: É
|
0: É
|
||||||
\= Expect no match
|
\= Expect no match
|
||||||
école
|
école
|
||||||
No match
|
No match
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue