/** Embedded atom.*/
@Test
public final void testReadInputSequence_fail8() {
checkForCorrectException(new whatToRun() { public @Override void run() {
new StringSequenceWriter(null).readInputSequence(
"[\"this is a test\",yy,"+
"\"some more\","+
"\"data\""+
"]");
}},IllegalArgumentException.class,"expected a string, got yy");