citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7c98a82a51da389e49ec366592674263cc54c693
parent 244fa0c803959c75b0ac3c765380f671665e8a86
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 23:25:42 -0600

t: add new test for offline html validation

Diffstat:
At/www_validate.t | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/t/www_validate.t b/t/www_validate.t @@ -0,0 +1,5 @@ +use strict; +use Test::More tests => 1; + +my $ret = system( "validate www/index.html" ); +is( $ret, 0, "www/index.html validates");