Skip to content

Commit

Permalink
test/test_x509name: change script encoding to ASCII-8BIT
Browse files Browse the repository at this point in the history
Allow string literals containing UTF-8 characters.

(cherry picked from commit 98945c7)
  • Loading branch information
rhenium committed Aug 8, 2018
1 parent a1e8aac commit 88cb52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_x509name.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: US-ASCII
# coding: ASCII-8BIT
# frozen_string_literal: false
require_relative 'utils'

Expand Down

0 comments on commit 88cb52d

Please sign in to comment.