X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=t%2Fpermalinks%2Fspec.yaml;fp=t%2Fpermalinks%2Fspec.yaml;h=bec01eca3420c0633466923677bec8a60b7dc998;hp=0000000000000000000000000000000000000000;hb=175a8afc17dc934e433967d7f3c6797a89a17424;hpb=4765205bf6e8c276bc0bbb277cba30dff8a5ee67 diff --git a/t/permalinks/spec.yaml b/t/permalinks/spec.yaml new file mode 100644 index 0000000..bec01ec --- /dev/null +++ b/t/permalinks/spec.yaml @@ -0,0 +1,18 @@ +tests: + - + - "" + - expected.html + - + - path=/foo + - expected.html +# GC: the following test fails because $path_info = test#bar, but via CGI the +# #bar is stripped by the CGI module. So I'm not sure what this is testing. +# - +# - path=/foo#bar +# - expected.html + - + - path=/foo/bar.html + - expected.bar +# - +# - path=/2006/07/25/bar.html +# - expected.bar