summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-06 09:23:15 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-06 09:23:15 +0000
commit6a72a03a5123bcf3a2a131adb84d2050646f024f (patch)
treea1fd4e03e89787ee096202c55d6de54b829c3ae8
parente9363272407449f7faad49b82dd72327043adecf (diff)
downloadruby-6a72a03a5123bcf3a2a131adb84d2050646f024f.tar.gz
ruby-6a72a03a5123bcf3a2a131adb84d2050646f024f.tar.xz
ruby-6a72a03a5123bcf3a2a131adb84d2050646f024f.zip
* MANIFEST: add these files:
+test/optparse/test_noarg.rb +test/optparse/test_optarg.rb +test/optparse/test_optparse.rb +test/optparse/test_placearg.rb +test/optparse/test_reqarg.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ccb4eef0d..7ab546832 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -642,6 +642,11 @@ test/fileutils/fileasserts.rb
test/fileutils/test_fileutils.rb
test/fileutils/test_nowrite.rb
test/logger/test_logger.rb
+test/optparse/test_noarg.rb
+test/optparse/test_optarg.rb
+test/optparse/test_optparse.rb
+test/optparse/test_placearg.rb
+test/optparse/test_reqarg.rb
test/ostruct/test_ostruct.rb
test/ruby/beginmainend.rb
test/ruby/endblockwarn.rb