summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2006-02-10 15:47:44 +0000
committerTom Lane2006-02-10 15:47:44 +0000
commit052f544f10a1e28325b28a14a99eff2f53d22f2a (patch)
tree9e2217ac5cb695f5d27ad70fbac0022c53dfb503
parent623393b38362718d590d82c276c34124d25668c7 (diff)
Fix fallout from psql line-wrapping patch.
-rw-r--r--contrib/pgcrypto/expected/pgp-armor.out52
1 files changed, 26 insertions, 26 deletions
diff --git a/contrib/pgcrypto/expected/pgp-armor.out b/contrib/pgcrypto/expected/pgp-armor.out
index 60a89e5c48..1655f13318 100644
--- a/contrib/pgcrypto/expected/pgp-armor.out
+++ b/contrib/pgcrypto/expected/pgp-armor.out
@@ -2,49 +2,49 @@
-- PGP Armor
--
select armor('');
- armor
----------------------------------------------------------------
+ armor
+-----------------------------
-----BEGIN PGP MESSAGE-----
-
-=twTO
------END PGP MESSAGE-----
-
+
+ =twTO
+ -----END PGP MESSAGE-----
+
(1 row)
select armor('test');
- armor
-------------------------------------------------------------------------
+ armor
+-----------------------------
-----BEGIN PGP MESSAGE-----
-
-dGVzdA==
-=+G7Q
------END PGP MESSAGE-----
-
+
+ dGVzdA==
+ =+G7Q
+ -----END PGP MESSAGE-----
+
(1 row)
select dearmor(armor(''));
dearmor
---------
-
+
(1 row)
select dearmor(armor('zooka'));
dearmor
---------
- zooka
+ zooka
(1 row)
select armor('0123456789abcdef0123456789abcdef0123456789abcdef
0123456789abcdef0123456789abcdef0123456789abcdef');
- armor
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- -----BEGIN PGP MESSAGE-----
-
-MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
-ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg==
-=JFw5
------END PGP MESSAGE-----
-
+ armor
+------------------------------------------------------------------------------
+ -----BEGIN PGP MESSAGE-----
+
+ MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
+ ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg==
+ =JFw5
+ -----END PGP MESSAGE-----
+
(1 row)
-- lots formatting
@@ -60,7 +60,7 @@ em9va2E=
-----END PGP MESSAGE-----');
dearmor
---------
- zooka
+ zooka
(1 row)
-- lots messages
@@ -88,7 +88,7 @@ d3Jvbmc=
');
dearmor
---------
- right
+ right
(1 row)
-- bad crc