Skip to content

Commit 405bb9e

Browse files
committed
change test case
1 parent 389c1cf commit 405bb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/002.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo strlen(dcode_qrcode("HELLO")), "\n";
1010

1111
$qrcode = DCode::qrcode8bit("HELLO");
1212
echo strlen($qrcode), "\n";
13-
echo strlen(dcode_qrcode8bit("HELLO"));
13+
echo strlen(dcode_qrcode8bit("HELLO")), "\n";
1414
$test = "世界,你好!";
1515
$qrcode = DCode::qrcodedata(strlen($test), $test);
1616
echo strlen($qrcode), "\n";
@@ -22,5 +22,5 @@ echo strlen(dcode_qrcodedata(strlen($test), $test));
2222
238
2323
239
2424
239
25-
238
26-
238
25+
241
26+
241

0 commit comments

Comments
 (0)