Typo fixed

This commit is contained in:
David Puglielli 2017-09-13 14:41:27 -07:00
parent 0130f68610
commit 8df36f82ba

View file

@ -46,4 +46,4 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n";
sqlsrv_cancel( $stmt);
?>
--EXPECTREGEX--
[3-5][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.