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
Saw this in TestParseModule when working on #1505 but didn't investigate.
// A comment
module todo {
// A config value
config configValue String
// Shhh
// This is a secret
// It should not be shared
secret secretValue String
schema_test.go:459: Did not expect an error but got:
9:3: unexpected token "secret" (expected "data" <ident> ("<" TypeParameter ("," TypeParameter)* ">")? "{" Field* "}" Metadata*)
The text was updated successfully, but these errors were encountered:
gak
changed the title
Parse module doesn's support more than 2 lines of comments for a Secret
Parse a module that has more than 2 lines of comments for a Secret causes a parse error
May 16, 2024
Saw this in TestParseModule when working on #1505 but didn't investigate.
The text was updated successfully, but these errors were encountered: