From 15ddbb1c70fecb052ef45ae96574a4d888578d11 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Feb 2019 12:52:42 +0000 Subject: trail: Allow unescaped punctuation in pagenames By processing the pagenames through linkpage, we let users specify page names that contain non-alphanumerics in a more natural way. Signed-off-by: Simon McVittie --- t/trail.t | 3 --- 1 file changed, 3 deletions(-) (limited to 't') diff --git a/t/trail.t b/t/trail.t index d7edd52eb..125749f45 100755 --- a/t/trail.t +++ b/t/trail.t @@ -186,13 +186,10 @@ check_no_trail("snake.html", "wind_in_the_willows"); check_trail("self_referential.html", "n= p=", "self_referential"); -TODO: { -local $TODO = 'should be able to specify page names without using numeric escapes'; check_trail("unicode/__172__.html", "n=unicode/\x{04D2} p=", "unicode"); check_trail("unicode/\x{04D2}.html", "n=unicode/__8800__ p=unicode/__172__", "unicode"); check_trail("unicode/__8800__.html", "n=unicode/__128169__ p=unicode/\x{04D2}", "unicode"); check_trail("unicode/__128169__.html", "n= p=unicode/__8800__", "unicode"); -} check_trail("unicode/__172__.html", "n=unicode/\x{04D2} p=", "unicode2"); check_trail("unicode/\x{04D2}.html", "n=unicode/__8800__ p=unicode/__172__", "unicode2"); -- cgit v1.2.3