mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Put jisx0208.rb to under the library directory.
This commit is contained in:
parent
73346823e1
commit
41c5f9a166
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../jisx0208', __FILE__)
|
||||
require File.expand_path('../lib/jisx0208', __FILE__)
|
||||
|
||||
ENCODES = [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'test/unit'
|
||||
|
||||
require_relative '../jisx0208'
|
||||
require_relative '../lib/jisx0208'
|
||||
|
||||
class Test_JISX0208_Char < Test::Unit::TestCase
|
||||
def test_create_with_row_cell
|
||||
|
|
Loading…
Reference in a new issue