]> git.koha-community.org Git - koha.git/commit
Bug 7994: scripts to check yaml files
authorClaire Hernandez <claire.hernandez@biblibre.com>
Mon, 23 Apr 2012 13:11:46 +0000 (15:11 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 23 Jun 2012 07:11:25 +0000 (19:11 +1200)
commit5cb8c9f6e44aa9874231bae5a909cb4a4f3473b5
treeb85b627ffb1b6d53f2dfe4facc7dcce34a88acbd
parent4145b90710cfe42ebb15d73991b5af3dfad040a2
Bug 7994: scripts to check yaml files

$ prove yaml_valid.t
checks a closed list of files
$ perl yaml_valid.pl -f myfile.yaml
try to load a yaml file with YAML::LoadFile and show errors

(both files pertidied)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
xt/yaml_valid.pl [new file with mode: 0755]
xt/yaml_valid.t [new file with mode: 0755]