Skip to content

Conversation

@Earlopain
Copy link
Collaborator

RipperTest already does this (added in #3849)
Since it doesn't use the token classes, it also lists out all the excludes instead of just claiming some are passing.

Also see #3855

`RipperTest` already does this (added in ruby#3849)
Since it doesn't use the token classes, it also lists out all the excludes instead of just claiming some are passing.
Comment on lines -91 to -94
result = Prism.lex_compat(source, version: "current")
assert_equal [], result.errors

Prism.lex_ripper(source).zip(result.value).each do |(ripper, prism)|
Copy link
Member

Choose a reason for hiding this comment

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

Should we still test Prism.lex_compat & Prism.lex_ripper?
They don't seem tested by #3849 from a quick look, but maybe I missed something.

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.

2 participants