diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-03 18:01:05 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-03 18:01:05 +0000 |
| commit | 66b3cfd2af84f8073087764dc804cfdcad3278d9 (patch) | |
| tree | 889727725f8962e24ff8022b9fbb0aaa14097566 | |
| parent | f7f5ca8d40c89a41ca2abd729306d2db68061b4f (diff) | |
| download | ruby-66b3cfd2af84f8073087764dc804cfdcad3278d9.tar.gz ruby-66b3cfd2af84f8073087764dc804cfdcad3278d9.tar.xz ruby-66b3cfd2af84f8073087764dc804cfdcad3278d9.zip | |
ext/nkf/test.rb(mime_out2): add --no-cp932
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ext/nkf/test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/nkf/test.rb b/ext/nkf/test.rb index dcaabe1db..b3406cbb6 100644 --- a/ext/nkf/test.rb +++ b/ext/nkf/test.rb @@ -338,7 +338,7 @@ $example['test_data/no-cp932inv.ans'] = <<'eofeof'.unpack('u')[0] eofeof print "test_data/no-cp932inv "; - test("-sE",$example['test_data/cp932.ans'],[$example['test_data/no-cp932inv.ans']]) +test("-sE --no-cp932",$example['test_data/cp932.ans'],[$example['test_data/no-cp932inv.ans']]) # test_data/irv @@ -709,7 +709,7 @@ M46E23D=Y:$,_/0H@/3])4T\M,C`R,BU*4#]"/TE"<VM1:5)/1WEH0S\]"@H* eofeof print "test_data/mime_out2 "; - test("-jM",$example['test_data/mime_out2'],["\x0a"+$example['test_data/mime_out2.ans']]) + test("-jM",$example['test_data/mime_out2'],[$example['test_data/mime_out2.ans']]) # test_data/multi-line $example['test_data/multi-line'] = <<'eofeof'.unpack('u')[0] |
