mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
The issue was actually because a lack of space before a "/" marking the tag as empty. This was being swallowed in the rule for unquoted values. Fixed by making that rule exclude quotes (as per spec anyway).