From b4e9027ec01939bbbb9953bf5dfbc3f1cbe81148 Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Tue, 21 Feb 2023 16:05:13 +0100 Subject: Support PHP attributes (#2347) --- tests/examplefiles/php/test.php | 4 ++++ tests/examplefiles/php/test.php.output | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'tests/examplefiles') diff --git a/tests/examplefiles/php/test.php b/tests/examplefiles/php/test.php index e8efdc6a..0076e04b 100644 --- a/tests/examplefiles/php/test.php +++ b/tests/examplefiles/php/test.php @@ -542,3 +542,7 @@ some_delimiter; ?> + \ No newline at end of file diff --git a/tests/examplefiles/php/test.php.output b/tests/examplefiles/php/test.php.output index 7d63ddb3..8337da7b 100644 --- a/tests/examplefiles/php/test.php.output +++ b/tests/examplefiles/php/test.php.output @@ -3100,5 +3100,23 @@ '\n' Text +'?>' Comment.Preproc +'\n\n' Other + +'' Comment.Preproc '\n' Other -- cgit v1.2.1