We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2783668 commit caa56c9Copy full SHA for caa56c9
1 file changed
java/ql/integration-tests/all-platforms/kotlin/compiler_arguments/compArgs.ql
@@ -12,4 +12,4 @@ private string getArgument(Compilation c, int i) {
12
}
13
14
from Compilation c, int i
15
-select i, getArgument(c, i)
+select i, getArgument(c, i).replaceAll("\\", "/")
0 commit comments