git-cgi.t: Exercise an alphanumeric, but non-ASCII, root page
authorSimon McVittie <smcv@debian.org>
Sun, 3 Feb 2019 13:19:57 +0000 (13:19 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 3 Feb 2019 13:27:00 +0000 (13:27 +0000)
commit4ba3c1159272c8070d5dc962ff1634ad6ba21618
tree1486039d8b82a7dd1b085d707f7d51c76c27d779
parente8dea1b9241b35217d9727be4f4460a8b562bbb3
git-cgi.t: Exercise an alphanumeric, but non-ASCII, root page

My previous attempt to reproduce this bug used a non-alphanumeric
ASCII character. This is not currently considered to be a valid
value for rootpage, although for a "do what I mean" approach, perhaps
we should accept it and pass it through titlepage() or linkpage().

Using Chinese characters (which are considered to match [[:alnum:]]
even though the Chinese script is not, strictly speaking, an alphabet),
as in the original bug report, reproduces the bug.

Signed-off-by: Simon McVittie <smcv@debian.org>
doc/bugs/About___37__2F_problem.mdwn
t/git-cgi.t