Changeset 208

Show
Ignore:
Timestamp:
06/07/05 05:11:35 (3 years ago)
Author:
ged
Message:

- Fixed argument ambiguity with parens

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/simplest-thing/tests/gameobject.tests.rb

    r197 r208  
    44# $Id$ 
    55# 
    6 # Copyright (c) 2003, 2004 The FaerieMUD Consortium. 
     6# Copyright (c) 2003-2005 The FaerieMUD Consortium. 
    77#  
    88 
     
    159159        assert_equal rval.count("<"), rval.count(">"), 
    160160            "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" ) 
    164164    end 
    165165end