Skip to content

test(parser): unskip parse_unexpected_do and parse_unexpected_rbrace#866

Merged
chaliy merged 1 commit intomainfrom
chore/unskip-passing-tests
Mar 27, 2026
Merged

test(parser): unskip parse_unexpected_do and parse_unexpected_rbrace#866
chaliy merged 1 commit intomainfrom
chore/unskip-passing-tests

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 27, 2026

What

Remove ### skip from two parse error tests that now pass.

Why

After scanning all 25 skipped spec tests, these two now pass:

  • parse_unexpected_do — parser correctly rejects unexpected do outside a loop
  • parse_unexpected_rbrace — parser correctly rejects unexpected } at top level

All other 23 skipped tests still fail and remain skipped.

Tests

Pass rate: 100% (1783 passed, 0 failed, 23 skipped — up from 1781 passed, 25 skipped)

These two parse error tests now pass — the parser correctly rejects
unexpected 'do' and '}' keywords at top level.
@chaliy chaliy merged commit db454e5 into main Mar 27, 2026
18 checks passed
@chaliy chaliy deleted the chore/unskip-passing-tests branch March 27, 2026 04:11
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