mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[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:
parent
a909ac8421
commit
642014d616
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue