Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/ValuesTemplateTexts.xml
Yann Cébron 0eab32ebd2 IDEA-260371 Devkit: verify <name> does not contain "IntelliJ" or "JetBrains"
GitOrigin-RevId: 623ce24243b4c171fa8599d4d9ec3037a9df5fad
2021-01-26 17:25:25 +00:00

17 lines
964 B
XML

<idea-plugin>
<id>test</id>
<vendor
url="<error descr="Do not use template text 'http://www.yourcompany.com'">http://www.yourcompany.com</error>"
email="<error descr="Do not use template text 'support@yourcompany.com'">support@yourcompany.com</error>"
><error descr="Do not use template text 'YourCompany'">YourCompany</error></vendor>
<version>1.0</version>
<name><error descr="Must not contain template text 'IntelliJ'"><error descr="Must not contain template text 'JetBrains'"><error descr="Must not contain template text 'plugin'">Something with PlUgIn or intellij or JETBRAINS</error></error></error></name>
<description><error descr="Must not contain template text 'Enter short description for your plugin here.'"><error descr="Must not contain template text 'most HTML tags may be used'">
Enter short description for your plugin here. Some more text.
most HTML tags may be used
</error></error></description>
</idea-plugin>