Dedicated xml,json,yang and xsl parser utility programs added
Sanity check of stdarg (...) added Cleanup of error messages.
This commit is contained in:
parent
1306174071
commit
85c4782e36
56 changed files with 1004 additions and 379 deletions
12
test/test_xsl.sh
Executable file
12
test/test_xsl.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
# Test: XSL tests
|
||||
PROG=../lib/src/clixon_util_xsl
|
||||
|
||||
# include err() and new() functions and creates $dir
|
||||
. ./lib.sh
|
||||
|
||||
new "xsl test"
|
||||
expecteof $PROG 0 "a
|
||||
<a><b/></a>" "^0:<a><b/></a>$"
|
||||
|
||||
rm -rf $dir
|
||||
Loading…
Add table
Add a link
Reference in a new issue