We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6ee91 commit 31e570eCopy full SHA for 31e570e
pkg/markers/parse.go
@@ -868,9 +868,8 @@ func (d *Definition) Parse(rawMarker string) (interface{}, error) {
868
seen[""] = struct{}{} // mark as seen for strict definitions
869
} else if !d.Empty() && scanner.Peek() != sc.EOF {
870
// if we expect *and* actually have arguments passed
871
+ // parse the argument name
872
for expect(scanner, sc.Ident, "argument name") {
- // parse the argument name
873
-
874
argName := scanner.TokenText()
875
if !expect(scanner, '=', "equals") {
876
break
0 commit comments