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
Brian Smith
nettle
Commits
bf8ba3ce
Commit
bf8ba3ce
authored
Jan 30, 2003
by
Niels Möller
Browse files
More tests for hex and base64 input
and output. Rev: src/nettle/testsuite/sexp-conv-test:1.5
parent
6e6f1f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/sexp-conv-test
View file @
bf8ba3ce
...
...
@@ -100,13 +100,19 @@ test_advanced '(#aabb#)' '(|qrs=|)'
test_advanced
'(|qrs=|)'
'(|qrs=|)'
test_advanced_hex
'(|qrs=|)'
'(#aabb#)'
test_advanced_hex
'(#aabb#)'
'(#aabb#)'
test_advanced_hex
'{MToR}'
'#11#'
test_advanced_hex
'|EQ==|'
'#11#'
test_transport
'0:'
'{MDo=}'
test_transport
'()'
'{KCk=}'
test_transport
'1:A'
'{MTpB}'
test_transport
'foo'
'{Mzpmb28=}'
test_transport
'(foo bar baz)'
'{KDM6Zm9vMzpiYXIzOmJheik=}'
test_canonical
'""'
'0:'
test_canonical
'{MDo=}'
'0:'
test_canonical
'{KCk=}'
'()'
test_canonical
'{MTpB}'
'1:A'
test_canonical
'foo'
'3:foo'
test_canonical
'fooooooooooo'
'12:fooooooooooo'
test_canonical
'fooooooooo'
'10:fooooooooo'
...
...
Write
Preview
Markdown
is supported
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