зеркало из https://github.com/github/ruby.git
* 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:
Родитель
c1ada18d0c
Коммит
a9c4b0f497
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче