NullReferenceException with empty attribute value
anvish opened this issue · 2 comments
anvish commented
XmlAttributeSyntax:
public string Value
{
get
{
...
return xmlStringSyntax.TextTokens.Node.ToFullString();
}
}
xmlStringSyntax.TextTokens.Node == null
KirillOsenkov commented
Do you have an XML fragment for which this reproduces? Or a unit-test?
KirillOsenkov commented
Never mind. Fixed with commit 9e8266c