[grammarlanguage][autoedit] Fix for spurious ')' before quotes

https://bugs.eclipse.org/bugs/show_bug.cgi?id=346652#c0 (second issue)
This commit is contained in:
Jan Koehnlein 2012-03-02 14:40:45 +01:00
parent a909ac8421
commit 642014d616

View file

@ -101,7 +101,7 @@ public abstract class AbstractCStyleLanguageAutoEditTest extends AbstractAutoEdi
@Test public void testParenthesis_10() throws Exception {
XtextEditor editor = openEditor("(|'')");
pressKey(editor, '(');
assertState("((|)'')", editor);
assertState("((|'')", editor);
}
@Test public void testSingleQuotedStringLiteral_1() throws Exception {