Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/pkg/river/parser/testdata/invalid_exprs.river
4096 views
attr = 1 + + /* ERROR "expected expression, got +" */ 2

invalid_func_call = a(() /* ERROR "expected expression, got \)" */)
invalid_access    = a.true /* ERROR "expected IDENT, got BOOL" */