Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a test case for incommon/inc-meta#58
iay committed Oct 11, 2017
1 parent e2002d1 commit 0f770eb
Showing 1 changed file with 1 addition and 2 deletions.
@@ -139,6 +139,7 @@ public void litmusTests() throws Exception {
bad("ac.uk", "scope is a public suffix");
bad("random.nonsense", "scope is not under a public suffix");
good("example.ac.uk");
bad("adm.aau.dk@aau.dk"); // incommon/inc-meta#58

badRegexp("", "empty");
badRegexp(" ");
@@ -166,7 +167,5 @@ public void litmusTests() throws Exception {
goodRegexp("^.+\\.identityfor\\.co\\.uk$");
goodRegexp("^.+\\.rmunify\\.com$");

// eduGAIN examples

}
}

0 comments on commit 0f770eb

Please sign in to comment.