Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2be41a

Browse files
committed
Fix fallout from psql line-wrapping patch.
1 parent01f2172 commitb2be41a

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

‎contrib/pgcrypto/expected/pgp-armor.out

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@
22
-- PGP Armor
33
--
44
select armor('');
5-
armor
6-
---------------------------------------------------------------
5+
armor
6+
-----------------------------
77
-----BEGIN PGP MESSAGE-----
8-
9-
=twTO
10-
-----END PGP MESSAGE-----
11-
8+
9+
=twTO
10+
-----END PGP MESSAGE-----
11+
1212
(1 row)
1313

1414
select armor('test');
15-
armor
16-
------------------------------------------------------------------------
15+
armor
16+
-----------------------------
1717
-----BEGIN PGP MESSAGE-----
18-
19-
dGVzdA==
20-
=+G7Q
21-
-----END PGP MESSAGE-----
22-
18+
19+
dGVzdA==
20+
=+G7Q
21+
-----END PGP MESSAGE-----
22+
2323
(1 row)
2424

2525
select dearmor(armor(''));
2626
dearmor
2727
---------
28-
28+
2929
(1 row)
3030

3131
select dearmor(armor('zooka'));
3232
dearmor
3333
---------
34-
zooka
34+
zooka
3535
(1 row)
3636

3737
select armor('0123456789abcdef0123456789abcdef0123456789abcdef
3838
0123456789abcdef0123456789abcdef0123456789abcdef');
39-
armor
40-
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41-
-----BEGIN PGP MESSAGE-----
42-
43-
MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
44-
ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg==
45-
=JFw5
46-
-----END PGP MESSAGE-----
47-
39+
armor
40+
------------------------------------------------------------------------------
41+
-----BEGIN PGP MESSAGE-----
42+
43+
MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
44+
ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg==
45+
=JFw5
46+
-----END PGP MESSAGE-----
47+
4848
(1 row)
4949

5050
-- lots formatting
@@ -60,7 +60,7 @@ em9va2E=
6060
-----END PGP MESSAGE-----');
6161
dearmor
6262
---------
63-
zooka
63+
zooka
6464
(1 row)
6565

6666
-- lots messages
@@ -88,7 +88,7 @@ d3Jvbmc=
8888
');
8989
dearmor
9090
---------
91-
right
91+
right
9292
(1 row)
9393

9494
-- bad crc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp