mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit] PluginXmlFunctionalTest.testExtensionsHighlighting: fix testdata
GitOrigin-RevId: cb8a8bb9422fb054f167ad7807c31d5427a3b0cb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b7fdf7f45
commit
e11bc891e7
+1
-1
@@ -3,7 +3,7 @@
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<myPlugin.foo.bar implementation="java.util.ArrayList" os="<error descr="Unknown enum value 'INVALID_VALUE'">INVALID_VALUE</error>"/>
|
||||
|
||||
<completion.contributor/>
|
||||
<completion.contributor language=""/>
|
||||
<custom.custom/>
|
||||
<indirect.indirect/>
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<myPlugin.foo.bar implementation="java.util.ArrayList" os="<error descr="Unknown enum value 'INVALID_VALUE'">INVALID_VALUE</error>"/>
|
||||
|
||||
<completion.contributor/>
|
||||
<completion.contributor language=""/>
|
||||
<custom.custom/>
|
||||
<indirect.indirect/>
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
canBeEmptyString=""/>
|
||||
|
||||
<myPlugin.foo.bar implementation="java.util.ArrayList" os="<error descr="Unknown enum value 'INVALID_VALUE'">INVALID_VALUE</error>"/>
|
||||
<completion.contributor/>
|
||||
<completion.contributor language=""/>
|
||||
<custom.custom/>
|
||||
<indirect.indirect/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user