Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message matching miscount #265

Open
danvk opened this issue Mar 13, 2024 · 0 comments
Open

Error message matching miscount #265

danvk opened this issue Mar 13, 2024 · 0 comments

Comments

@danvk
Copy link
Owner

danvk commented Mar 13, 2024

The final "matched 3/3 errors" looks suspicious!

matched errors:
  expected: 
    actual: Object literal may only specify known properties, but 'capitol' does not exist in type 'State'. Did you mean to write 'capital'?
  mismatched error span: end: -14
  error messages match: subset
matched errors:
  expected: 
    actual: Object literal may only specify known properties, but 'capitol' does not exist in type 'State'. Did you mean to write 'capital'?
  mismatched error span: end: -10
  error messages match: subset
matched errors:
  expected: Object literal may only specify known properties, but 'capitol' does not exist in type 'State'.  Did you mean to write 'capital'? ...
    actual: Object literal may only specify known properties, but 'capitol' does not exist in type 'State'. Did you mean to write 'capital'?
  mismatched error span: end: -11
  error messages could not be matched!
Matched 3/3 errors.
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

No branches or pull requests

1 participant