mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:43:33 +03:00
test1712: introduce mode=warn
Use the mode="warn" attribute if the output curl warning output, as it then makes the check without newlines and the prefix to better handle that the lines may wrap at different points depending on the lengths of the lines and terminal width.
This commit is contained in:
parent
4c5a9208f5
commit
f88bc5cc59
3 changed files with 15 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ Content-Type: application/x-www-form-urlencoded
|
|||
|
||||
'arg-with-quote'
|
||||
</protocol>
|
||||
<stderr mode="text">
|
||||
<stderr mode="warn">
|
||||
Warning: %LOGDIR/config:1 Option 'data' uses argument with leading single quote.%SP
|
||||
Warning: It is probably a mistake. Consider double quotes.
|
||||
</stderr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue