Skip to content

fix: remove stderr print from example test#184

Merged
ianlewis merged 1 commit intomainfrom
181-bug-print-in-template-example-test
Jan 26, 2026
Merged

fix: remove stderr print from example test#184
ianlewis merged 1 commit intomainfrom
181-bug-print-in-template-example-test

Conversation

@ianlewis
Copy link
Copy Markdown
Owner

@ianlewis ianlewis commented Jan 26, 2026

Description:

Remove a print to stderr debug statement from the template example test.

Related Issues:

Fixes #181

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Update documentation if applicable.
  • Add a note in the CHANGELOG.md if applicable.

@ianlewis ianlewis linked an issue Jan 26, 2026 that may be closed by this pull request
@ianlewis ianlewis requested a review from Copilot January 26, 2026 09:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a debug statement from the template example test file that was printing token values to stderr. The change cleans up test output by eliminating unintended debugging output.

Changes:

  • Removed fmt.Fprintln(os.Stderr, token.Value) debug statement from the parseBlockStart function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Ian Lewis <ian@ianlewis.org>
@ianlewis ianlewis force-pushed the 181-bug-print-in-template-example-test branch from cd3849e to 9c7e1ec Compare January 26, 2026 09:10
@ianlewis ianlewis merged commit 93b1941 into main Jan 26, 2026
24 checks passed
@ianlewis ianlewis deleted the 181-bug-print-in-template-example-test branch January 26, 2026 09:23
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.

[bug] Print in template example test

2 participants