Regex to catch and hide the port from the output to get consistent results

Property definitions

popcorn $ TestPopcorn :: host_re=
	# Regex to catch and hide the port from the output to get consistent results
	var host_re: Regex = "localhost:\[0-9\]+".to_re
lib/popcorn/pop_tests.nit:157,2--158,48