Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some long words used for replaces in test #3136

Closed
wants to merge 1 commit into from
Closed

Remove some long words used for replaces in test #3136

wants to merge 1 commit into from

Conversation

carusogabriel
Copy link
Contributor

@carusogabriel carusogabriel commented Feb 20, 2018

Following @nikic's #3133 (comment):

Remove support for stuff like %unicode|string%.

Note to self: PR this removal to QA as well.

run-tests.php Outdated
array('%unicode\|string%', '%string\|unicode%'),
'string',
$wanted_re
);
$wanted_re = str_replace(
array('%u\|b%', '%b\|u%'),
Copy link
Member

Choose a reason for hiding this comment

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

We can drop this one as well.

@krakjoe
Copy link
Member

krakjoe commented Feb 22, 2018

Merged b895690

Thanks.

PS. please open PR for QA.

@krakjoe krakjoe closed this Feb 22, 2018
@carusogabriel carusogabriel deleted the remove-stuff-run-tests branch February 22, 2018 16:34
@carusogabriel
Copy link
Contributor Author

@krakjoe Did it: php/web-qa#11, thanks ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants