Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 20, 2024
1 parent 13fa5a0 commit e5a27fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/Languages/Php/PhpLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static function data(): array
["public string|\Stringable \$message;", '<span class="hl-keyword">public</span> <span class="hl-type">string|\<span class="hl-type">Stringable</span></span> <span class="hl-property">$message</span>;'],
['for($x = 0; $x < 150; $x++) {', '<span class="hl-keyword">for</span>($x = 0; $x &lt; 150; $x++) {'],
["'namespace ';", "'<span class=\"hl-value\">namespace </span>';"],
['$class', '$class'],
[
"// We'll
Expand Down
1 change: 0 additions & 1 deletion tests/test.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
```php
$abstract;
$class
TypeError
```

0 comments on commit e5a27fd

Please sign in to comment.