mirror of
https://github.com/curl/curl.git
synced 2026-08-14 17:43:39 +03:00
curl_get_line: allow last line without newline char
improve backwards compatibility Test 3200 verifies Closes #9973
This commit is contained in:
parent
73d6f41489
commit
73c4f9696a
5 changed files with 220 additions and 5 deletions
|
|
@ -250,4 +250,5 @@ test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \
|
|||
test3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \
|
||||
test3024 test3025 test3026 test3027 test3028 \
|
||||
\
|
||||
test3100 test3101
|
||||
test3100 test3101 \
|
||||
test3200
|
||||
|
|
|
|||
22
tests/data/test3200
Normal file
22
tests/data/test3200
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
curl_get_line
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
unittest
|
||||
</features>
|
||||
<name>
|
||||
curl_get_line unit tests
|
||||
</name>
|
||||
</client>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue