File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 19741974 "expected" : {
19751975 "stdout" : " " ,
19761976 "returncode" : 9 ,
1977- "stderr" : " trurl error: Bad scheme [hello]\n trurl error: Try trurl -h for help\n "
1977+ "stderr" : [
1978+ " trurl error: Bad scheme [hello]\n trurl error: Try trurl -h for help\n " ,
1979+ " trurl error: Error [hello]\n trurl error: Try trurl -h for help\n "
1980+ ]
19781981 }
19791982 },
19801983 {
20182021 "expected" : {
20192022 "stdout" : " https://example.org/\n git://curl.se/\n " ,
20202023 "returncode" : 0 ,
2021- "stderr" : " trurl note: Bad scheme [foo]\n trurl note: Bad scheme [hi]\n trurl note: Bad scheme [hey]\n "
2024+ "stderr" : [
2025+ " trurl note: Bad scheme [foo]\n trurl note: Bad scheme [hi]\n trurl note: Bad scheme [hey]\n " ,
2026+ " trurl note: Error [foo]\n trurl note: Error [hi]\n trurl note: Error [hey]\n "
2027+ ]
20222028 }
20232029 },
20242030 {
27672773 ]
27682774 },
27692775 "expected" : {
2770- "stderr" : " trurl note: URL decode error, most likely because of rubbish in the input (query)\n " ,
2776+ "stderr" : [
2777+ " trurl note: URL decode error, most likely because of rubbish in the input (query)\n " ,
2778+ " trurl note: Error (query)\n "
2779+ ],
27712780 "returncode" : 0 ,
27722781 "stdout" : " \n "
27732782 }
You can’t perform that action at this time.
0 commit comments