#0: URL http://w...content-available-to-author-only...m.br/
PASSOU -> expected: ["index"] get 'index'
#1: URL www.teste.com.br/
PASSOU -> expected: ["index"] get 'index'
#2: URL teste.com
PASSOU -> expected: ["index"] get 'index'
#3: URL teste.com/
PASSOU -> expected: ["index"] get 'index'
#4: URL www.teste.com.br/teste
PASSOU -> expected: ["teste"] get 'teste'
#5: URL http://w...content-available-to-author-only...m.br/teste
PASSOU -> expected: ["teste"] get 'teste'
#6: URL http://t...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
#7: URL https://w...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
#8: URL https://t...content-available-to-author-only...e.com/teste
PASSOU -> expected: ["teste"] get 'teste'
#9: URL teste.com/teste/dois
PASSOU -> expected: ["dois"] get 'dois'
#10: URL teste.com/teste/dois/
PASSOU -> expected: ["dois"] get 'dois'
#11: URL teste.com/teste/dois/?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
#12: URL teste.com/teste/dois?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
#13: URL teste.com/teste/dois/?variavel=teste
PASSOU -> expected: ["dois"] get 'dois'
#14: URL teste.com/teste?var1=t&var2=t
PASSOU -> expected: ["teste"] get 'teste'
#15: URL teste.com/teste/tres#ola
PASSOU -> expected: ["tres"] get 'tres'
#16: URL teste.com/teste?var1=t&var2=t#ola
PASSOU -> expected: ["teste"] get 'teste'