@@ -53,15 +53,15 @@ program main
5353' CMD="run proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",' , &
5454' CMD="run proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",' , &
5555' CMD="run proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
56- &NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" -x ""and a long one""", ' , &
56+ &NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" ""-x"" ""and a long one""", ' , &
5757
5858' CMD="test", ' , &
5959' CMD="test my_project", NAME="my_project", ' , &
6060' CMD="test proj1 p2 project3", NAME="proj1","p2","project3", ' , &
6161' CMD="test proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",' , &
6262' CMD="test proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",' , &
6363' CMD="test proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
64- &NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" -x ""and a long one""", ' , &
64+ &NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" ""-x"" ""and a long one""", ' , &
6565
6666' CMD="build", NAME= profile="",ARGS="",' , &
6767' CMD="build --profile release", NAME= profile="release",ARGS="",' , &
0 commit comments