File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/test/kotlin/com/intellij/plugin/powershell/lang Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ dependencies {
7575 implementation(libs.lsp4j)
7676 testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
7777 testImplementation(libs.junit)
78+ testImplementation(libs.openTest4J)
7879
7980 psScriptAnalyzer(
8081 group = " PSScriptAnalyzer" ,
Original file line number Diff line number Diff line change 11[versions ]
2- intellij = " 2023 .2"
2+ intellij = " 2024 .2"
33intellijPreview = " 242.20224-EAP-CANDIDATE-SNAPSHOT"
44junixsocket = " 2.10.0"
55
@@ -9,6 +9,7 @@ junit = "junit:junit:4.13.2"
99junixsocket-common = { module = " com.kohlschutter.junixsocket:junixsocket-common" , version.ref = " junixsocket" }
1010junixsocket-native-common = { module = " com.kohlschutter.junixsocket:junixsocket-native-common" , version.ref = " junixsocket" }
1111lsp4j = " org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.1"
12+ openTest4J = " org.opentest4j:opentest4j:1.3.0"
1213
1314[bundles ]
1415junixsocket = [" junixsocket-common" , " junixsocket-native-common" ]
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ class PowerShellLexerTest : LexerTestCase() {
99 return PowerShellLexerAdapter ()
1010 }
1111
12- override fun getDirPath (): String? {
13- return null
12+ override fun getDirPath (): String {
13+ error( " Should not be called. " )
1414 }
1515
16-
1716 fun testLineComment () {
1817 doTest(" hello#world" , " SIMPLE_ID ('hello#world')" )
1918 doTest(
You can’t perform that action at this time.
0 commit comments