quickjs-tart

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

test543 (512B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 curl_easy_escape
      5 </keywords>
      6 </info>
      7 # Server-side
      8 
      9 # Client-side
     10 <client>
     11 <server>
     12 none
     13 </server>
     14 <tool>
     15 lib%TESTNUMBER
     16 </tool>
     17 <name>
     18 curl_easy_escape
     19 </name>
     20 <command>
     21 -
     22 </command>
     23 
     24 </client>
     25 
     26 # Verify data after the test has been "shot"
     27 #
     28 # There's no MTDM in the protocol here since this code doesn't ask for the
     29 # time/date of the file
     30 <verify>
     31 <stdout>
     32 %9C%26K%3DI%04%A1%01%E0%D8%7C%20%B7%EFS%29%FA%1DW%E1
     33 IN: '' OUT: ''
     34 IN: ' 12' OUT: '%2012'
     35 </stdout>
     36 </verify>
     37 </testcase>