File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
223/main/resources/META-INF
233/main/resources/META-INF
exts/devins-lang/src/test/kotlin/cc/unitmesh/devti/language/compiler/execute Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 277
277
278
278
<!-- Post Code Middleware -->
279
279
<extensionPoint qualifiedName =" cc.unitmesh.shirePostProcessor"
280
- interface =" cc.unitmesh.devti.devins.provider. post.PostProcessor"
280
+ interface =" cc.unitmesh.devti.devins.post.PostProcessor"
281
281
dynamic =" true" />
282
282
283
283
<!-- Location Interaction -->
Original file line number Diff line number Diff line change 285
285
286
286
<!-- Post Code Middleware -->
287
287
<extensionPoint qualifiedName =" cc.unitmesh.shirePostProcessor"
288
- interface =" cc.unitmesh.devti.devins.provider. post.PostProcessor"
288
+ interface =" cc.unitmesh.devti.devins.post.PostProcessor"
289
289
dynamic =" true" />
290
290
291
291
<!-- Location Interaction -->
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import com.intellij.testFramework.fixtures.BasePlatformTestCase
5
5
6
6
class CrawlProcessorTest : BasePlatformTestCase () {
7
7
fun testShouldParseLink () {
8
- val urls = arrayOf(" https://ide.unitmesh.cc/local-agent/ " )
8
+ val urls = arrayOf(" https://ide.unitmesh.cc/local-agent" )
9
9
val results = CrawlProcessor .execute(urls)
10
10
assertEquals(results.size, 1 )
11
11
}
You can’t perform that action at this time.
0 commit comments