Update of /cvsroot/stack/stack-1-0/lang/en/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20009/lang/en/doc
Modified Files:
author_testsuite.php
Log Message:
Index: author_testsuite.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_testsuite.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** author_testsuite.php 9 Nov 2005 11:57:28 -0000 1.15
--- author_testsuite.php 9 Nov 2005 13:56:56 -0000 1.16
***************
*** 193,196 ****
--- 193,197 ----
$testsuite[] = stack_testsuite_construct('SA_expanded','1/0','0',0,'','');
+ $testsuite[] = stack_testsuite_construct('SA_expanded','x>2','x^2-2*x+1',0,'','');
$testsuite[] = stack_testsuite_construct('SA_expanded','x^2-1','0',1,'','');
$testsuite[] = stack_testsuite_construct('SA_expanded','(x-1)*(x+1)','0',0,'','');
|