Skip to content

Commit 88cb52d

Browse files
committed
test/test_x509name: change script encoding to ASCII-8BIT
Allow string literals containing UTF-8 characters. (cherry picked from commit 98945c7)
1 parent a1e8aac commit 88cb52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_x509name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# coding: US-ASCII
1+
# coding: ASCII-8BIT
22
# frozen_string_literal: false
33
require_relative 'utils'
44

0 commit comments

Comments
 (0)