Update of /cvsroot/stack/stack-dev/install
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25243/install
Modified Files:
answer_test_testsuite.php
Log Message:
Index: answer_test_testsuite.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/install/answer_test_testsuite.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** answer_test_testsuite.php 20 Jan 2011 18:17:17 -0000 1.61
--- answer_test_testsuite.php 24 Jan 2011 15:22:26 -0000 1.62
***************
*** 507,512 ****
$testsuite[] = stack_testsuite_construct('StringSloppy','hello','heloo',0,'','');
! $testsuite[] = stack_testsuite_construct('RegExp','3.1415927','3.1415927',1,'[0-9]*\.[0-9]*','');
! $testsuite[] = stack_testsuite_construct('RegExp','cxcxcz','3.1415927',0,'[0-9]*\.[0-9]*','');
$testsuite[] = stack_testsuite_construct('LowestTerms','1/0','0',0,'','');
--- 507,512 ----
$testsuite[] = stack_testsuite_construct('StringSloppy','hello','heloo',0,'','');
! $testsuite[] = stack_testsuite_construct('RegExp','3.1415927','3.1415927',1,'{[0-9]*\.[0-9]*}','');
! $testsuite[] = stack_testsuite_construct('RegExp','cxcxcz','3.1415927',0,'{[0-9]*\.[0-9]*}','');
$testsuite[] = stack_testsuite_construct('LowestTerms','1/0','0',0,'','');
|