Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
8bdd4406
Commit
8bdd4406
authored
Sep 28, 2002
by
Niels Möller
Browse files
Enabled some more tests.
Rev: src/nettle/testsuite/sexp-test.c:1.3
parent
e9d6f612
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/sexp-test.c
View file @
8bdd4406
...
...
@@ -55,7 +55,6 @@ test_main(void)
ASSERT
(
sexp_iterator_next
(
&
v
[
1
])
&&
v
[
1
].
type
==
SEXP_END
);
#if 0
sexp_iterator_init
(
&
i
,
LDATA
(
"((1:n))"
));
ASSERT
(
sexp_iterator_next
(
&
i
)
&&
!
sexp_iterator_assoc
(
&
i
,
2
,
keys
,
v
));
...
...
@@ -63,7 +62,6 @@ test_main(void)
sexp_iterator_init
(
&
i
,
LDATA
(
"((1:n)(1:n3:foo))"
));
ASSERT
(
sexp_iterator_next
(
&
i
)
&&
!
sexp_iterator_assoc
(
&
i
,
2
,
keys
,
v
));
#endif
}
SUCCESS
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment