Skip to content

Commit

Permalink
encoding test
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Jul 5, 2024
1 parent 0f9a418 commit 6f1a218
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/cases/helper_cockroachdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,13 @@ def header(stream)
end

ActiveRecord::SchemaDumper.prepend(NoHeaderExt)


puts ?= * 100
puts "Encoding.find(\"external\")\t=>\t#{Encoding.find("external")}"
puts "Encoding.default_external\t=>\t#{Encoding.default_external}"
puts "Encoding.find(\"internal\")\t=>\t#{Encoding.find("internal")}"
puts "Encoding.default_internal\t=>\t#{Encoding.default_internal}"
puts "Encoding.find(\"filesystem\")\t=>\t#{Encoding.find("filesystem")}"
puts "Encoding.find(\"locale\")\t=>\t#{Encoding.find("locale")}"
puts ?= * 100

0 comments on commit 6f1a218

Please sign in to comment.