$comment = <<EOF;
[[!comment username="christopher"
- date="1492-10-12T07:00:00Z"
+ date="1969-02-12T07:00:00Z"
content="I explored"]]
EOF
writefile("post/comment_2._comment", "t/tmp/in", $comment);
$comment = <<EOF;
[[!comment username="william"
- date="1066-10-14T12:00:00Z"
+ date="1969-01-14T12:00:00Z"
content="I conquered"]]
EOF
writefile("post/comment_1._comment", "t/tmp/in", $comment);
# Build the wiki
ok(! system("make -s ikiwiki.out"));
-ok(! system("perl -I. ./ikiwiki.out -verbose -plugin comments -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -set underlaydirbase=underlays -set comments_pagespec='*' -templatedir=templates t/tmp/in t/tmp/out"));
+ok(! system("perl -I. ./ikiwiki.out --verbose --plugin comments --url=http://example.com --cgiurl=http://example.com/ikiwiki.cgi --rss --atom --underlaydir=underlays/basewiki --set underlaydirbase=underlays --set comments_pagespec='*' --templatedir=templates t/tmp/in t/tmp/out"));
# Check that the comments are in the right order