/
[jscoverage]
/
trunk
/
tests
/
common.sh
Contents of /trunk/tests/common.sh
Parent Directory
|
Revision Log
Revision
338
- (
show annotations
)
Thu Oct 23 20:11:14 2008 UTC
(12 years, 4 months ago) by
siliconforks
File MIME type: application/x-sh
File size: 139 byte(s)
Add common.sh.
1
json_cmp
()
{
2
echo
'EXPECTED = '
|
cat -
$1
> EXPECTED
3
echo
'ACTUAL = '
|
cat -
$2
> ACTUAL
4
js -f EXPECTED -f ACTUAL -f json-cmp.js
5
}
ViewVC Help
Powered by
ViewVC 1.1.24