mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
c1ada18d0c
commit
a9c4b0f497
6 changed files with 8 additions and 11 deletions
|
@ -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>
|
Wed Jul 31 21:20:08 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.
|
* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#! /usr/local/bin/ruby
|
|
||||||
|
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'rexml/document'
|
require 'rexml/document'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/ruby -Ku
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
require 'rexml/encoding'
|
require 'rexml/encoding'
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#! /usr/local/bin/ruby
|
|
||||||
|
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'rexml/document'
|
require 'rexml/document'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#! /usr/local/bin/ruby
|
|
||||||
|
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'rexml/document'
|
require 'rexml/document'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env ruby
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Created by Henrik Mårtensson on 2007-02-18.
|
# Created by Henrik Mårtensson on 2007-02-18.
|
||||||
|
|
Loading…
Add table
Reference in a new issue