Skip to content

chore: add headers in test - #48

Merged
daniqss merged 1 commit into
mainfrom
fix/add-license-headers-in-tests
Mar 1, 2026
Merged

chore: add headers in test#48
daniqss merged 1 commit into
mainfrom
fix/add-license-headers-in-tests

Conversation

@daniqss

@daniqss daniqss commented Mar 1, 2026

Copy link
Copy Markdown
Owner

Pull Request

What does this PR introduce?

Clearly describe what this PR changes or adds.
Add license headers in tests

Scope of change

Select the affected area(s):

  • Builder (Markdown → HTML)
  • Pseudocode Lexer
  • Pseudocode Parser / AST
  • Interpreter / Runtime
  • Debugger (step execution)
  • CLI
  • Documentation
  • Tests

Code Quality Checklist

Please confirm that you have followed the project's quality standards:

  • I have run npm run lint, npm run format and fixed any errors.
  • I have run ruff check --fix . and ruff format ..
  • My commit messages follow the Conventional Commits format.

How has this been tested?

  • Manual testing
  • Unit tests added/updated
  • Existing tests pass
  • Verified generated HTML output
  • Verified step-by-step debugger behavior
  • N/A

Explain briefly what was tested.

Breaking changes?

  • No
  • Yes (explain below)

If yes, describe:

  • What breaks
  • Why it breaks
  • Migration steps (if needed)

Additional notes

close #47

@daniqss
daniqss requested review from javimanotas and vicho1822 March 1, 2026 07:55
@daniqss
daniqss merged commit 55ea6dc into main Mar 1, 2026
@daniqss
daniqss deleted the fix/add-license-headers-in-tests branch March 1, 2026 07:57
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.

[Dev Bug]: add license headers in tests

1 participant