KirillOsenkov/XmlParser

NullReferenceException with empty attribute value

anvish opened this issue · 2 comments

XmlAttributeSyntax:
public string Value
{
get
{
...
return xmlStringSyntax.TextTokens.Node.ToFullString();
}
}

xmlStringSyntax.TextTokens.Node == null

Do you have an XML fragment for which this reproduces? Or a unit-test?

Never mind. Fixed with commit 9e8266c