mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-169556 Join Lines inserts redundant space in some cases - fix test data for affected tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2016 JetBrains s.r.o.
|
||||
* Copyright 2000-2017 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -63,7 +63,7 @@ class CopyReferenceActionTest extends LightCodeInsightFixtureTestCase {
|
||||
performCopy()
|
||||
myFixture.configureByText("a.java", "import p.Foo; class Bar { <caret>}")
|
||||
performPaste()
|
||||
myFixture.checkResult """import p.Foo; class Bar {p1.Foo}"""
|
||||
myFixture.checkResult """import p.Foo; class Bar { p1.Foo}"""
|
||||
}
|
||||
|
||||
void testAddImport() {
|
||||
|
||||
Reference in New Issue
Block a user