Changed test result to expectregex

This commit is contained in:
David Puglielli 2017-09-12 17:06:17 -07:00
parent 9e695d2d57
commit 471fce2bac

View file

@ -45,5 +45,5 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n";
/* Cancel the pending results. The statement can be reused. */
sqlsrv_cancel( $stmt);
?>
--EXPECT--
57 sales accounted for the first $104171.7607 in revenue.
--EXPECTREGEX--
[1-9][0-9] sales accounted for the first $10[0-9]{4}\.[0-9]{2,4} in revenue.