Explorar o código

TEST: wildcards-hosts.bats - showcase http://foo.bar.why.not.bats-to-infinity-and-beyond/

Thomas LEVEIL %!s(int64=8) %!d(string=hai) anos
pai
achega
a3c6a272f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/wildcard-hosts.bats

+ 1 - 0
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
 
 }