test: add $, (output field separator) coverage for PRINT#214
Merged
toddr merged 1 commit intocpanel:masterfrom Feb 27, 2026
Merged
test: add $, (output field separator) coverage for PRINT#214toddr merged 1 commit intocpanel:masterfrom
toddr merged 1 commit intocpanel:masterfrom
Conversation
991a2a2 to
ccf62c8
Compare
ccf62c8 to
48c4cd2
Compare
Contributor
Author
Rebased onto upstream/masterThe Changes
|
7fa28df to
99d3180
Compare
Member
|
@Koan-Bot rebase |
toddr
approved these changes
Feb 26, 2026
Koan-Bot
added a commit
to atoomic/Test-MockFile
that referenced
this pull request
Feb 26, 2026
…coverage for PRINT
Contributor
Author
Recreated: test: add $, (output field separator) coverage for PRINTThe original branch Branch Actions
Automated by Kōan |
e244016 to
d42ff48
Compare
…coverage for PRINT
d42ff48 to
82adba7
Compare
toddr
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds dedicated test coverage for
$,(output field separator) handling in tiedPRINT.Why
The code fix for
$,was merged as part of PR #199, but no dedicated tests existed for this behavior. This ensures the$,handling remains correct across future refactors.Testing
6 test cases covering:
$, = ",")$, = "\t")$, = " | ")printfimmunity (format handles args, not$,)🤖 Generated with Claude Code