Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
898 B

NAME
validate.pl - W3C validate markup from Wala.pm
SYNOPSIS
Given a working installation and configuration file:
./validate.pl
DESCRIPTION
These tests are aimed at a working installation with several files in
place, and require Test::HTML::W3C as well as Test::Simple. For the time
being, I'm using "valid W3C HTML" as a proxy for "not broken", and a
number of larger pages as a proxy for their component features. This
works surprisingly well for much of what the module does.
What these tests don't validate in any way is the handling of user
input, writing of pages, change logging, or edit conflict resolution.
I'll do something about this, eventually. There are also be some issues
around testing with different configurations.
Nothing here should be destructive.
SEE ALSO
test.pl in Wala Wiki distribution, Test::HTML::W3C.