quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test399 (376B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 URL
      5 </keywords>
      6 </info>
      7 
      8 
      9 #
     10 # Client-side
     11 <client>
     12 <server>
     13 http
     14 </server>
     15 <name>
     16 65536 bytes long host name in URL
     17 </name>
     18 <file name="%LOGDIR/input%TESTNUM">
     19 url = http://%repeat[65536 x a]%/399
     20 </file>
     21 <command>
     22 -K %LOGDIR/input%TESTNUM
     23 </command>
     24 </client>
     25 
     26 <verify>
     27 # 3 == CURLE_URL_MALFORMAT
     28 <errorcode>
     29 3
     30 </errorcode>
     31 </verify>
     32 </testcase>