"Kyle J. McKay" <mackyle@xxxxxxxxx> writes: > +test_expect_success 'url general escapes' ' > + ! test-url-normalize "http://x.y?%fg" && > + test "$(test-url-normalize -p "X://W/%7e%41^%3a")" = "x://w/~A%5E%3A" && > + test "$(test-url-normalize -p "X://W/:/?#[]@")" = "x://w/:/?#[]@" && > + test "$(test-url-normalize -p "X://W/$&()*+,;=")" = "x://w/$&()*+,;=" && > + test "$(test-url-normalize -p "X://W/'\''")" = "x://w/'\''" && > + test "$(test-url-normalize -p "X://W?'\!'")" = "x://w/?'\!'" > +';#' Hmm,... what is the magic on the last line about? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html