Skip to content

Commit

Permalink
Exchange double quotes to backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
eNascimento178 authored Apr 29, 2024
1 parent 70aad1a commit f43c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var TestConfigurations = map[string]TestConfiguration{
Command: "stack test",
},
"j": {
Command: "jconsole -js \"exit echo unittest {{test_files}} [ load {{solution_files}}\""
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 143 in workspace/test_configurations.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }
},
"java": {
Command: "gradle test",
Expand Down

0 comments on commit f43c022

Please sign in to comment.