Node equality test now takes tag into account, as the

specification requires.
This commit is contained in:
Ferdinand Majerech 2011-08-20 22:38:32 +02:00
parent 7192503fe6
commit dde7d2f64f
2 changed files with 39 additions and 15 deletions

View file

@ -384,7 +384,7 @@ void testConstructor(bool verbose, string dataFilename, string codeDummy)
size_t i = 0;
foreach(node; loader)
{
if(!node.valueEquals(expected[base][i]))
if(!node.equals!(Node, false)(expected[base][i]))
{
if(verbose)
{