зеркало из https://github.com/github/ruby.git
Put jisx0208.rb to under the library directory.
This commit is contained in:
Родитель
73346823e1
Коммит
41c5f9a166
|
@ -1,4 +1,4 @@
|
||||||
require File.expand_path('../jisx0208', __FILE__)
|
require File.expand_path('../lib/jisx0208', __FILE__)
|
||||||
|
|
||||||
ENCODES = [
|
ENCODES = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
|
||||||
require_relative '../jisx0208'
|
require_relative '../lib/jisx0208'
|
||||||
|
|
||||||
class Test_JISX0208_Char < Test::Unit::TestCase
|
class Test_JISX0208_Char < Test::Unit::TestCase
|
||||||
def test_create_with_row_cell
|
def test_create_with_row_cell
|
||||||
|
|
Загрузка…
Ссылка в новой задаче