Skip to content

Commit cbce2c9

Browse files
committed
Test updates
1 parent 1c451ea commit cbce2c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Universal/Tests/DeclareStatements/DeclareStatementsStyleUnitTest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ declare(ticks=1) // Ok.
260260

261261
declare(encoding='ISO-8859-1', ticks=10); // Error.
262262

263-
declare(encoding='ISO-8859-1', ticks=10): // Error.
263+
declare(encoding='ISO-8859-1', ticks=10): // Ok.
264264
declare(ticks=1): // Ok.
265265
// Code.
266266
enddeclare;
@@ -374,7 +374,7 @@ declare(encoding='ISO-8859-1') // Ok.
374374

375375
declare(ticks=10, encoding='ISO-8859-1'); // Error.
376376

377-
declare(ticks=10, encoding='ISO-8859-1'): // Error.
377+
declare(ticks=10, encoding='ISO-8859-1'): // Ok.
378378
declare(encoding='ISO-8859-1'): // Ok.
379379
// Code.
380380
enddeclare;

Universal/Tests/DeclareStatements/DeclareStatementsStyleUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ public function getErrorList()
5454
217 => 1,
5555
226 => 1,
5656
261 => 1,
57-
263 => 1,
5857
271 => 1,
5958
331 => 1,
6059
340 => 1,
6160
375 => 1,
62-
377 => 1,
6361
385 => 1,
6462
445 => 1,
6563
454 => 1,

0 commit comments

Comments
 (0)