File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_DSAPrivateKey
8686 assert_predicate key , :private?
8787 assert_same_dsa dsa512 , key
8888
89- pem = <<~ EOF
89+ pem = <<- EOF
9090-----BEGIN DSA PRIVATE KEY-----
9191MIH4AgEAAkEA5lB4GvEwjrsMlGDqGsxrbqeFRh6o9OWt6FgTYiEEHaOYhkIxv0Ok
9292RZPDNwOG997mDjBnvDJ1i56OmS3MbTnovwIVAJgub/aDrSDB4DZGH7UyarcaGy6D
@@ -106,7 +106,7 @@ def test_DSAPrivateKey
106106 def test_DSAPrivateKey_encrypted
107107 # key = abcdef
108108 dsa512 = Fixtures . pkey ( "dsa512" )
109- pem = <<~ EOF
109+ pem = <<- EOF
110110-----BEGIN DSA PRIVATE KEY-----
111111Proc-Type: 4,ENCRYPTED
112112DEK-Info: AES-128-CBC,F8BB7BFC7EAB9118AC2E3DA16C8DB1D9
@@ -154,7 +154,7 @@ def test_PUBKEY
154154 pp OpenSSL ::ASN1 . decode ( key . to_der ) if $DEBUG
155155 assert_equal der , key . to_der
156156
157- pem = <<~ EOF
157+ pem = <<- EOF
158158-----BEGIN PUBLIC KEY-----
159159MIHxMIGoBgcqhkjOOAQBMIGcAkEA5lB4GvEwjrsMlGDqGsxrbqeFRh6o9OWt6FgT
160160YiEEHaOYhkIxv0OkRZPDNwOG997mDjBnvDJ1i56OmS3MbTnovwIVAJgub/aDrSDB
You can’t perform that action at this time.
0 commit comments