Changeset 208
- Timestamp:
- 06/07/05 05:11:35 (3 years ago)
- Files:
-
- 1 modified
-
branches/simplest-thing/tests/gameobject.tests.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simplest-thing/tests/gameobject.tests.rb
r197 r208 4 4 # $Id$ 5 5 # 6 # Copyright (c) 2003 , 2004The FaerieMUD Consortium.6 # Copyright (c) 2003-2005 The FaerieMUD Consortium. 7 7 # 8 8 … … 159 159 assert_equal rval.count("<"), rval.count(">"), 160 160 "Angle-bracket balance" 161 assert_match /@test1/, rval, "@test1 ivar"162 assert_match /@test2/, rval, "@test2 ivar"163 assert_match /@test3/, rval, "@test3 ivar"161 assert_match( /@test1/, rval, "@test1 ivar" ) 162 assert_match( /@test2/, rval, "@test2 ivar" ) 163 assert_match( /@test3/, rval, "@test3 ivar" ) 164 164 end 165 165 end
