mirror of
https://github.com/curl/curl.git
synced 2026-06-18 19:05:39 +03:00
- `N byte` -> `N-byte` or `N bytes`. - INTERNALS.md: language tweaks. - schannel: language tweak in comment/error message. - socks_gssapi, socks_sspi: simplify composing an error message. (at a cost of 8 extra constant string bytes.) - m4/curl-compilers.m4: fix typo in link (in comment). - contrithanks.sh: fix indent, drop stray `;` terminator. - lib, src, tests: drop/fix a bunch of badwords. - fix typos in comments. - fix indent, stray spaces. Some of these spotted by GitHub Code Quality and Copilot Closes #22009
40 lines
650 B
XML
40 lines
650 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
Range
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
file
|
|
Largefile
|
|
</features>
|
|
<name>
|
|
Invalid large X- range on a file://
|
|
</name>
|
|
# This range value is 2**32 + 7, which is truncated to the valid value 7
|
|
# if the large file support is not working correctly
|
|
<command>
|
|
-r 4294967303- file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
|
|
</command>
|
|
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
|
1234567890
|
|
1234567890
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
36
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|