From 31c55301e4c3c84803186d28d2764363b457532f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 13 Mar 2000 07:18:45 +0000 Subject: 2000-03-13 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/test.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sample/test.rb') diff --git a/sample/test.rb b/sample/test.rb index ae3e764280..2e9d3e08ee 100644 --- a/sample/test.rb +++ b/sample/test.rb @@ -143,8 +143,8 @@ while tmp.gets() gsub!('VT100', 'Vt100') redo; end - $bad = 1 if /vt100/; - $bad = 1 if /VT100/; + $bad = 1 if /vt100/ + $bad = 1 if /VT100/ end ok(tmp.eof? && !$bad) tmp.close @@ -181,6 +181,7 @@ until i>4 end ok(i>4) + # exception handling check "exception"; -- cgit v1.2.3