-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
Hey, this is a super cool project. I'm developing a Prettier plugin for Apex so I have a bunch of test cases that might be beneficial for this project as well. This is one of them:
- Feature
- Bug Request
Description
This query can't be parsed:
SELECT Id FROM Account WITH SECURITY_ENFORCED
Here are all the test cases I have in my library in case you want to use some for your project: https://github.com/dangmai/prettier-plugin-apex/blob/master/tests/soql/SOQLClass.cls All of those are syntactically correct.