mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
498 B
Bash
Executable File
20 lines
498 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## xml2txt.test -- Test xml2txt feature
|
|
|
|
start_msg xml2txt
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg xml2txt inp/xml2txt/operazione.xml
|
|
start_prg xml2txt -t di,token,domiciliazione,contratto,long-term-id inp/xml2txt/operazione.xml
|
|
start_prg xml2txt -t di,token,domiciliazione,contratto,long-term-id -x inp/xml2txt/operazione.xml
|
|
|
|
# Test against expected output
|
|
test_output_diff xml2txt
|