From a3c6a272f1df482f530ec3d778c8315903e77897 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Sat, 7 Jan 2017 23:33:54 +0100 Subject: [PATCH] TEST: wildcards-hosts.bats - showcase http://foo.bar.why.not.bats-to-infinity-and-beyond/ --- test/wildcard-hosts.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/wildcard-hosts.bats b/test/wildcard-hosts.bats index 8491e4b..ce9e3aa 100644 --- a/test/wildcard-hosts.bats +++ b/test/wildcard-hosts.bats @@ -50,6 +50,7 @@ function setup { # THEN assert_200 foo.bar.whatever.bats assert_200 foo.bar.why.not.bats + assert_200 foo.bar.why.not.bats-to-infinity-and-beyond assert_503 unexpected.host.bats }