From bfb06a361efb48d192b2727e71223d285feb7d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 31 Oct 2002 18:58:03 +0100 Subject: [PATCH] Added test for transport mode input. Rev: src/nettle/examples/sexp-conv-test:1.6 --- examples/sexp-conv-test | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/sexp-conv-test b/examples/sexp-conv-test index 6b61f84a..a0f58812 100755 --- a/examples/sexp-conv-test +++ b/examples/sexp-conv-test @@ -90,5 +90,6 @@ test_canonical 'foo' '3:foo' test_canonical 'fooooooooooo' '12:fooooooooooo' test_canonical 'fooooooooo' '10:fooooooooo' test_canonical '(foo bar baz)' '(3:foo3:bar3:baz)' +test_canonical '{KDM6Zm9vMzpiYXIzOmJheik=}' '(3:foo3:bar3:baz)' exit 0 -- GitLab