From 8df36f82ba87edb1a1d71a8bd61d1fc70573200c Mon Sep 17 00:00:00 2001 From: David Puglielli Date: Wed, 13 Sep 2017 14:41:27 -0700 Subject: [PATCH] Typo fixed --- test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt b/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt index cb0596e2..9e60a486 100644 --- a/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt +++ b/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt @@ -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.