Skip to content

Commit bdfbbb8

Browse files
committed
Correct sl_comment test to use single line comments
1 parent 5df820d commit bdfbbb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/comments/sl_comment.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Tests ignoring single line comments
88
$code =<<<ZEP
99
namespace Example;
1010
11-
/* A comment before class name */
11+
// A comment before class name
1212
class Comment {
13-
/* Some comment */
13+
// Some comment
1414
public function test_me() {
15-
/* Yet another comment */
15+
// Yet another comment
1616
}
1717
}
1818
ZEP;

0 commit comments

Comments
 (0)