You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Test the parser with real code samples, reconstructing the source code using the resulting declarations tree. This approach is laxer because the test won't verify detailed assertions about the parsing result, but it's an easy way to catch uncovered cases.
Test the parser with real code samples, reconstructing the source code using the resulting declarations tree. This approach is laxer because the test won't verify detailed assertions about the parsing result, but it's an easy way to catch uncovered cases.