for (String eol : eols) {
String dgs = base.replace("%n", eol);
StringReader in = new StringReader(dgs);
try {
source.readAll(in);
assertNotNull(g.getNode("A"));
g.clear();
} catch (IOException e) {
if (e.getCause() instanceof ParseException)
fail();