Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add another couple of white-space tests
iay committed Oct 12, 2017
1 parent 0f770eb commit 08561b6
Showing 1 changed file with 2 additions and 0 deletions.
@@ -140,6 +140,8 @@ public void litmusTests() throws Exception {
bad("random.nonsense", "scope is not under a public suffix");
good("example.ac.uk");
bad("adm.aau.dk@aau.dk"); // incommon/inc-meta#58
bad("example .org", "white space");
bad("\nexample.org", "white space");

badRegexp("", "empty");
badRegexp(" ");

0 comments on commit 08561b6

Please sign in to comment.