Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 610f17f

Browse files
authored
Merge pull request #24 from ovh/fex/keyword/parsing
fix(parsing): fix keyword parsing issues
2 parents 937c593 + 7e112dc commit 610f17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsl/genericParser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,7 @@ func (p *Parser) ParseFields(function string, internalFields map[int][]InternalF
28082808

28092809
p.Unscan()
28102810

2811-
isPrefix := tok == FILL && isEq == EQ
2811+
isPrefix := hasPrefix && isEq == EQ
28122812

28132813
if hasPrefix && isPrefix {
28142814

0 commit comments

Comments
 (0)