mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
tests
This commit is contained in:
committed by
Jakub Chrzanowski
parent
9ed85a5ab3
commit
b1f751c5f7
3
src/test/testData/rename/foo.xml
Normal file
3
src/test/testData/rename/foo.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<root>
|
||||
<a<caret>1>Foo</a1>
|
||||
</root>
|
||||
3
src/test/testData/rename/foo_after.xml
Normal file
3
src/test/testData/rename/foo_after.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<root>
|
||||
<a2>Foo</a2>
|
||||
</root>
|
||||
Reference in New Issue
Block a user