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

Allow multiple unspaces in sequence #5

Merged
merged 1 commit into from Aug 28, 2013
Merged

Allow multiple unspaces in sequence #5

merged 1 commit into from Aug 28, 2013

Conversation

Mouq
Copy link
Contributor

@Mouq Mouq commented Aug 26, 2013

Noticed in rakudo RT #117465 [https://rt.perl.org/rt3/Ticket/Display.html?id=117465]

"OH HAI"\ \ .say

will produce an error.

If the above is to be considered valid code, this should fix it.

@KamilaBorowska
Copy link

Sounds right, considering two unspaces should do what one unspace does - nothing.

@FROGGS
Copy link
Member

FROGGS commented Aug 26, 2013

(Like posted on IRC)

What if unspace whould unspace \s+ instead of \s?

TimToady added a commit that referenced this pull request Aug 28, 2013
Allow multiple unspaces in sequence
@TimToady TimToady merged commit 83f92a5 into master Aug 28, 2013
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.

None yet

4 participants