mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
tests/data: move section data to external files
To make the test files XML-compliant, and the expected results possibly easier to manage by keeping them in `.md`, `.html`, `.1` and `.txt` files. Non-XML-compliant files are down to 31 (1.6%) after this patch. Closes #19882
This commit is contained in:
parent
bf70031518
commit
70d71e8761
22 changed files with 547 additions and 543 deletions
20
tests/data/data320.html
Normal file
20
tests/data/data320.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<HTML><BODY>
|
||||
<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
||||
|
||||
|
||||
<p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p>
|
||||
<h5>If your browser supports session resuming, then you should see the same session ID, when you press the <b>reload</b> button.</h5>
|
||||
<p>Connected as user 'jsmith'.</p>
|
||||
<P>
|
||||
<TABLE border=1><TR><TD>Protocol version:</TD><TD>TLS1.2</TD></TR>
|
||||
<TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
|
||||
<TR><TD>Compression</TD><TD>NULL</TD></TR>
|
||||
<TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
|
||||
<TR><TD>MAC</TD><TD>SHA1</TD></TR>
|
||||
<TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_NNN_CBC_SHA1</TD></TR></p></TABLE>
|
||||
<hr><P>Your HTTP header was:<PRE>Host: localhost:9011%CR
|
||||
User-Agent: curl-test-suite%CR
|
||||
Accept: */*%CR
|
||||
%CR
|
||||
</PRE></P>
|
||||
</BODY></HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue