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

Add basic tests for PHP WASM grammar #1

Open
wants to merge 3 commits into
base: add-php-grammar
Choose a base branch
from

Commits on Jan 12, 2024

  1. test: add tests for PHP WASM tree-sitter grammar

    These tests and the scopes are meant to mimic the TextMate grammar and scopes,
    but the new tree-sitter grammar deviates in a few ways. The adjustments needed
    to make these pass are in the next commit.
    claytonrcarter committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    72d5c3f View commit details
    Browse the repository at this point in the history
  2. test: make most of the tests pass

    This updates the tests to match the output of the new WASM grammar, except
    where I think the WASM grammar may be wrong.
    claytonrcarter committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f9a5446 View commit details
    Browse the repository at this point in the history
  3. test: add more failing tests

    These cover some of the cases mentioned at
    pulsar-edit#852 (comment)
    claytonrcarter committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6a7afbe View commit details
    Browse the repository at this point in the history