aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-21 12:23:41 +0000
committerLev Walkin <vlm@lionet.info>2004-10-21 12:23:41 +0000
commitbe03a2f0f112763924d20b163d6317f31de84537 (patch)
treeca990bde7eb46fe9ce2650cdfa95833bb2bc4e59
parent8e4e4e5cac7d1460781df743243ecdc591d69f06 (diff)
just whitespace
-rw-r--r--skeletons/tests/check-INTEGER.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/tests/check-INTEGER.c b/skeletons/tests/check-INTEGER.c
index 81aae6e5..9f9aecfe 100644
--- a/skeletons/tests/check-INTEGER.c
+++ b/skeletons/tests/check-INTEGER.c
@@ -85,7 +85,7 @@ check_xer(int tofail, char *xmldata, long orig_value) {
long value;
int ret;
- printf("[%s] vs %ld:\n", xmldata, orig_value);
+ printf("[%s] vs %ld: ", xmldata, orig_value);
rc = xer_decode(0, &asn_DEF_INTEGER, (void *)&st,
xmldata, strlen(xmldata));
@@ -140,6 +140,7 @@ main(int ac, char **av) {
check_xer(-1, "", 0);
check_xer(-1, "<INTEGER></INTEGER>", 0);
+ check_xer(-1, "<INTEGER> </INTEGER>", 0);
check_xer(-1, "<INTEGER>-</INTEGER>", 0);
check_xer(-1, "<INTEGER>+</INTEGER>", 0);
check_xer(-1, "<INTEGER>+-</INTEGER>", 0);