From 36ca18b84715dcc92a82ec4cbef6e83321640443 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 Oct 2015 22:22:56 +0000 Subject: Put an line before "frozen_string_literal: true" for emacs. https://bugs.ruby-lang.org/issues/8976#note-49 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 1 + test/test_pp.rb | 1 + test/test_prettyprint.rb | 1 + 3 files changed, 3 insertions(+) (limited to 'test') diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index 339ef7f487..94bcc90bf0 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'test/unit' diff --git a/test/test_pp.rb b/test/test_pp.rb index 69594c0aef..70390c7559 100644 --- a/test/test_pp.rb +++ b/test/test_pp.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'pp' diff --git a/test/test_prettyprint.rb b/test/test_prettyprint.rb index 0d087b4a78..30b00095d9 100644 --- a/test/test_prettyprint.rb +++ b/test/test_prettyprint.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'prettyprint' -- cgit v1.2.3