Skip to content

Unit test for new error condition #1

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

Conversation

jkeenan
Copy link

@jkeenan jkeenan commented May 19, 2025

In response to Tony's review in GH Perl#23301

In response to Tony's review in GH Perl#23301
@khwilliamson khwilliamson merged commit 3cc2038 into khwilliamson:UCD_num May 19, 2025
15 checks passed
@jkeenan jkeenan deleted the gh-23301-khwilliamson-UCD_num-20250519 branch July 4, 2025 18:10
khwilliamson pushed a commit that referenced this pull request Jul 7, 2025
This is #1 of a small series of commits to refactor the INPUT_handler()
method and turn it into a Node subclass method.

This commit changes the main loop from using $_ to hold the current line,
to using the variable $line instead.
khwilliamson pushed a commit that referenced this pull request Jul 7, 2025
This is #1 of a small series of commits to refactor the OUTPUT_handler()
method and turn it into a Node subclass method. This series is very
similar to the one earlier in this branch which did the same for
INPUT_handler().

This commit changes the main loop from using $_ to hold the current line,
to using the variable $line instead.
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.

2 participants