mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#: Align comments and actual test case.
This commit is contained in:
@@ -26,7 +26,7 @@ s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test2-db', 'dotne
|
||||
check_build_out("Default reply", s)
|
||||
|
||||
# one argument, but `--`
|
||||
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test3-db', 'dotnet run hello'], "test4-db")
|
||||
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test3-db', 'dotnet run -- hello'], "test4-db")
|
||||
check_build_out("Default reply", s)
|
||||
|
||||
# two arguments, no `--`
|
||||
|
||||
Reference in New Issue
Block a user