"missing statement with literal ending on newline",
model.contains(vf.createStatement(uri1, uri2,
vf.createLiteral(litWithNewline.getLabel(), XMLSchema.STRING))));
assertTrue(
"missing statement with single quotes",
model.contains(vf.createStatement(uri1, uri2,
vf.createLiteral(litWithSingleQuotes.getLabel(), XMLSchema.STRING))));
assertTrue(
"missing statement with single quotes",
model.contains(vf.createStatement(uri1, uri2,
vf.createLiteral(litWithDoubleQuotes.getLabel(), XMLSchema.STRING))));