fix
This commit is contained in:
parent
938d601fbc
commit
15a3075690
1 changed files with 1 additions and 0 deletions
|
|
@ -1185,6 +1185,7 @@ func (p *parser) parseUnquotedString(inKey bool) (s *d2ast.UnquotedString) {
|
||||||
rawv := rawb.String()
|
rawv := rawb.String()
|
||||||
s.Value = append(s.Value, d2ast.InterpolationBox{String: &sv, StringRaw: &rawv})
|
s.Value = append(s.Value, d2ast.InterpolationBox{String: &sv, StringRaw: &rawv})
|
||||||
sb.Reset()
|
sb.Reset()
|
||||||
|
rawb.Reset()
|
||||||
}
|
}
|
||||||
s.Value = append(s.Value, d2ast.InterpolationBox{Substitution: subst})
|
s.Value = append(s.Value, d2ast.InterpolationBox{Substitution: subst})
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue