Skip to content

Conversation

@oliverklee
Copy link
Collaborator

Part of #756

@coveralls
Copy link

coveralls commented Feb 20, 2025

Coverage Status

coverage: 51.654%. remained the same
when pulling 7167056 on cleanup/hungarian/character
into d6088b2 on main.

@oliverklee oliverklee force-pushed the cleanup/hungarian/character branch from 4f2b7e1 to 7167056 Compare February 20, 2025 10:03
while (!$this->isEnd() && ($sCharacter = $this->parseCharacter(true)) !== null) {
if (\preg_match('/[a-zA-Z0-9\\x{00A0}-\\x{FFFF}_-]/Sux', $sCharacter)) {
$result .= $sCharacter;
$character = null;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initialization here appears to be unnecessary. Beyond the scope of this PR.

@JakeQZ JakeQZ merged commit c32f7ae into main Feb 20, 2025
21 checks passed
@JakeQZ JakeQZ deleted the cleanup/hungarian/character branch February 20, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants