Narrowed range of acceptable values

This commit is contained in:
David Puglielli 2017-09-13 12:25:14 -07:00
parent f0e12e3ba3
commit 0130f68610

View file

@ -46,4 +46,4 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n";
sqlsrv_cancel( $stmt);
?>
--EXPECTREGEX--
[1-9][0-9] sales accounted for the first $10[0-9]{4}\.[0-9]{2,4} in revenue.
[3-5][0-9] sales accounted for the first $10[0-9]{4}\.[0-9]{2,4} in revenue.