Skip to content

test: integration test with fixed help text parser#20

Open
silouanwright wants to merge 2 commits into
mainfrom
integration-test-20250806-032807
Open

test: integration test with fixed help text parser#20
silouanwright wants to merge 2 commits into
mainfrom
integration-test-20250806-032807

Conversation

@silouanwright
Copy link
Copy Markdown
Owner

Testing the fixed integration script help text parser

Changes

  • Fixed command discovery to exclude flag options (-R, --repo)
  • Added proper escaping for special characters like [SUGGEST: code]
  • Improved section boundary detection for Examples sections
  • Fixed shell quoting in generated test scripts

Expected Results

  • All integration test checks should pass
  • No more syntax errors in generated bash scripts
  • Proper command parsing without extraneous arguments

- Integration script was bypassing pre-commit hooks entirely
- This caused formatting issues to go undetected locally but fail in CI
- Now integration script will run through proper formatting validation
- Ensures consistency between local pre-commit and CI checks
@silouanwright
Copy link
Copy Markdown
Owner Author

Consider using async/await:

const result = await fetchData();

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 6, 2025

📊 Benchmark Results

Performance comparison

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.

1 participant