t/50-cgi: separate i/o in external files
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 20 Feb 2012 04:54:54 +0000 (05:54 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 19 Nov 2013 00:53:37 +0000 (01:53 +0100)
commite4fe75f6569d246cbd535dbc0852f72f4f9995c4
tree50b2bc3ef49d79163adb3ebbbca80746c93c4549
parent9038784fd549da6452ab9491eae5d3fd5dd9fa42
t/50-cgi: separate i/o in external files

Distinct files should be easier to read and maintain than inline mess.
Read input from *.plp and match output to *.html with the same filename,
with initials indicating environment (1-3* cgi, 4-7* apache, 8* lighttpd).
39 files changed:
t/50-cgi.t
t/50-cgi/01-404 not found.html [new file with mode: 0644]
t/50-cgi/05-403 permission denied.html [new file with mode: 0644]
t/50-cgi/10-static.html [new file with mode: 0644]
t/50-cgi/10-static.plp [new file with mode: 0644]
t/50-cgi/11-print.html [new file with mode: 0644]
t/50-cgi/11-print.plp [new file with mode: 0644]
t/50-cgi/12-<:=.html [new file with mode: 0644]
t/50-cgi/12-<:=.plp [new file with mode: 0644]
t/50-cgi/17-exit.html [new file with mode: 0644]
t/50-cgi/17-exit.plp [new file with mode: 0644]
t/50-cgi/18-PLP_END.html [new file with mode: 0644]
t/50-cgi/18-PLP_END.plp [new file with mode: 0644]
t/50-cgi/20-no warnings by default.html [new file with mode: 0644]
t/50-cgi/20-no warnings by default.plp [new file with mode: 0644]
t/50-cgi/24-include.html [new file with mode: 0644]
t/50-cgi/24-include.plp [new file with mode: 0644]
t/50-cgi/29-fatal error.html [new file with mode: 0644]
t/50-cgi/29-fatal error.plp [new file with mode: 0644]
t/50-cgi/30-warnings.html [new file with mode: 0644]
t/50-cgi/30-warnings.plp [new file with mode: 0644]
t/50-cgi/31-$PLP::ERROR.html [new file with mode: 0644]
t/50-cgi/31-$PLP::ERROR.plp [new file with mode: 0644]
t/50-cgi/32-$PLP::DEBUG.html [new file with mode: 0644]
t/50-cgi/32-$PLP::DEBUG.plp [new file with mode: 0644]
t/50-cgi/40-utf8.html [new file with mode: 0644]
t/50-cgi/40-utf8.plp [new file with mode: 0644]
t/50-cgi/42-apache %ENV.html [new file with mode: 0644]
t/50-cgi/42-apache %ENV.plp [new file with mode: 0644]
t/50-cgi/50-%get.html [new file with mode: 0644]
t/50-cgi/50-%get.plp [new file with mode: 0644]
t/50-cgi/51-%get array.html [new file with mode: 0644]
t/50-cgi/51-%get array.plp [new file with mode: 0644]
t/50-cgi/55-%header.html [new file with mode: 0644]
t/50-cgi/55-%header.plp [new file with mode: 0644]
t/50-cgi/56-%header repetition.html [new file with mode: 0644]
t/50-cgi/56-%header repetition.plp [new file with mode: 0644]
t/50-cgi/80-lighttpd %ENV.html [new file with mode: 0644]
t/50-cgi/80-lighttpd %ENV.plp [new file with mode: 0644]