From 54c23ed4007904a361b45a77363f4b9ca2f3d7f5 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 16 Dec 2015 05:07:31 +0000 Subject: Add frozen_string_literal: false for all files When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/parse/test_document_type_declaration.rb | 1 + test/rexml/parse/test_notation_declaration.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'test/rexml/parse') diff --git a/test/rexml/parse/test_document_type_declaration.rb b/test/rexml/parse/test_document_type_declaration.rb index 59fe561155..80f70888fb 100644 --- a/test/rexml/parse/test_document_type_declaration.rb +++ b/test/rexml/parse/test_document_type_declaration.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "test/unit" require "rexml/document" diff --git a/test/rexml/parse/test_notation_declaration.rb b/test/rexml/parse/test_notation_declaration.rb index 0a4e737abf..0d29f0d81f 100644 --- a/test/rexml/parse/test_notation_declaration.rb +++ b/test/rexml/parse/test_notation_declaration.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' require 'rexml/document' -- cgit v1.2.3