Put jisx0208.rb to under the library directory.
This commit is contained in:
parent
73346823e1
commit
41c5f9a166
@ -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…
x
Reference in New Issue
Block a user