URL http://w...content-available-to-author-only...m.br/
PASSOU -> expected: ["index"] get 'index'
URL www.teste.com.br/
PASSOU -> expected: ["index"] get 'index'
URL teste.com
PASSOU -> expected: ["index"] get 'index'
URL teste.com/
PASSOU -> expected: ["index"] get 'index'
URL www.teste.com.br/teste
PASSOU -> expected: ["teste"] get 'teste'
URL http://w...content-available-to-author-only...m.br/teste
PASSOU -> expected: ["teste"] get 'teste'
URL http://t...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
URL https://w...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
URL https://t...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
URL teste.com/teste/dois
PASSOU -> expected: ["dois"] get 'dois'
URL teste.com/teste/dois/
PASSOU -> expected: ["dois"] get 'dois'
URL teste.com/teste/dois/?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
URL teste.com/teste/dois?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
URL teste.com/teste/dois/?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
URL teste.com/teste?var1=t&var2=t
PASSOU -> expected: ["teste"] get 'teste'
URL teste.com/teste/tres#ola
PASSOU -> expected: ["tres"] get 'tres'
URL teste.com/teste?var1=t&var2=t#ola
PASSOU -> expected: ["teste"] get 'teste'