microsoft / rego-cpp

A C++ interpreter for the OPA policy language Rego
https://microsoft.github.io/rego-cpp/
MIT License
33 stars 10 forks source link

package directives that end with whitespace cause errors #160

Closed davidchisnall closed 2 months ago

davidchisnall commented 5 months ago

Place the following in a package (note the space after foo):

package foo 

This raises a wellformedness error, when I believe the whitespace should be silently ignored.