This commit is contained in:
Gavin Nishizawa 2023-09-22 19:58:16 -07:00
parent 938d601fbc
commit 15a3075690
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -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