* test/rexml/test_attributes_mixin.rb: Remove a needless shebang.

* test/rexml/test_notationdecl_mixin.rb: ditto.
* test/rexml/test_doctype.rb: ditto.
* test/rexml/test_xml_declaration.rb: ditto.
* test/rexml/test_changing_encoding.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2013-07-31 12:25:36 +00:00
Родитель c1ada18d0c
Коммит a9c4b0f497
6 изменённых файлов: 8 добавлений и 11 удалений

Просмотреть файл

@ -1,3 +1,11 @@
Wed Jul 31 21:24:55 2013 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_attributes_mixin.rb: Remove a needless shebang.
* test/rexml/test_notationdecl_mixin.rb: ditto.
* test/rexml/test_doctype.rb: ditto.
* test/rexml/test_xml_declaration.rb: ditto.
* test/rexml/test_changing_encoding.rb: ditto.
Wed Jul 31 21:20:08 2013 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.

Просмотреть файл

@ -1,6 +1,3 @@
#! /usr/local/bin/ruby
require 'test/unit'
require 'rexml/document'

Просмотреть файл

@ -1,4 +1,3 @@
#!/usr/bin/ruby -Ku
# -*- coding: utf-8 -*-
require 'rexml/encoding'

Просмотреть файл

@ -1,6 +1,3 @@
#! /usr/local/bin/ruby
require 'test/unit'
require 'rexml/document'

Просмотреть файл

@ -1,6 +1,3 @@
#! /usr/local/bin/ruby
require 'test/unit'
require 'rexml/document'

Просмотреть файл

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
#
# Created by Henrik Mårtensson on 2007-02-18.