Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-ts committed Sep 23, 2023
1 parent 938d601 commit 15a3075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2parser/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ func (p *parser) parseUnquotedString(inKey bool) (s *d2ast.UnquotedString) {
rawv := rawb.String()
s.Value = append(s.Value, d2ast.InterpolationBox{String: &sv, StringRaw: &rawv})
sb.Reset()
rawb.Reset()
}
s.Value = append(s.Value, d2ast.InterpolationBox{Substitution: subst})
continue
Expand Down

0 comments on commit 15a3075

Please sign in to comment.