}
public final void testGetSnippetTwoPos() {
CharProducer cp = CharProducer.Factory.create(
new StringReader(F1_TEXT), f1);
cp.consume(cp.length());
Message msg = new Message(
TestMessageType.TWO,
FilePosition.instance(f2, 1, 1, 1, 2),
// Starts on a newline to test that we use the line with text.