We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1134a commit 1a8857dCopy full SHA for 1a8857d
1 file changed
csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename/test.py
@@ -1,3 +1,8 @@
1
from create_database_utils import *
2
3
+path = b'\xd2abcd.cs'
4
+
5
+with open(path, 'w') as file:
6
+ file.write('class X { }\n')
7
8
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
0 commit comments