1<testcase> 2<info> 3<keywords> 4HTTP 5netrc 6</keywords> 7</info> 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<server> 17none 18</server> 19<features> 20http 21</features> 22<name> 23netrc with quoted password but missing end quote 24</name> 25<command> 26--netrc --netrc-file %LOGDIR/netrc%TESTNUMBER http://user1@http.example/ 27</command> 28<file name="%LOGDIR/netrc%TESTNUMBER" > 29machine %HOSTIP login user1 password "with spaces and \"\n\r\t\a 30</file> 31</client> 32 33# 34# Verify data after the test has been "shot" 35<verify> 36<errorcode> 3726 38</errorcode> 39</verify> 40</testcase> 41