Open girvo opened 8 years ago
Basically the version of Mono you are using has a different implementation of System.XML, which in this case leaves an empty section behind like <TagName />
. Only the nested tags are of interest so they are semantically equivalent, but the test is too coarse.
Is there a fix / patch for this? Hitting the same problem.
If you just want to build then use ./build.sh build
. This is only a problem with a failing test.
Hi there, trying to compile this on OS X by running
build.sh
gives me the following failing test:Any ideas what's going on there?