Add test for empty argfile

This commit is contained in:
Chris Smowton
2023-11-29 12:51:22 +00:00
parent 1f9e2c71ce
commit e110db58f8
5 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
public class Test { }

View File

@@ -0,0 +1 @@
//semmle-extractor-options: --javac-args @${testdir}/argfile

View File

@@ -0,0 +1 @@
| Test.java:1:14:1:17 | Test |

View File

@@ -0,0 +1,5 @@
import java
from Class c
where c.fromSource()
select c