mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
disable HTML tag auto-closing inside JavaDoc inline tags (IDEA-66096)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/** {@code <a<caret>} */
|
||||
public class A {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
/** {@code <a>} */
|
||||
public class A {}
|
||||
+5
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2014 JetBrains s.r.o.
|
||||
* Copyright 2000-2015 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.
|
||||
@@ -28,6 +28,10 @@ public class JavadocTypedHandlerFunctionalTest extends LightPlatformCodeInsightT
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testCodeTag() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() {
|
||||
String testName = getTestName(true);
|
||||
configureByFile(BASE_PATH + testName + ".java");
|
||||
|
||||
Reference in New Issue
Block a user