1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Works for me.

Test validation of 90647.
This commit is contained in:
John Camelon 2005-05-02 22:48:36 +00:00
parent 0eef81cbaa
commit dade6639b1

View file

@ -3830,5 +3830,9 @@ public class AST2CPPTests extends AST2BaseTest {
IFunction f1 = (IFunction) col.getName(0).resolveBinding();
assertInstances( col, f1, 5 );
}
public void testBug90647() throws Exception {
parse( "char msg[] = \"Syntax error on line %s\\n\";", ParserLanguage.CPP ); //$NON-NLS-1$
}
}