1<testcase> 2<info> 3<keywords> 4FILE 5Range 6</keywords> 7</info> 8 9<reply> 10<data> 11</data> 12</reply> 13 14# Client-side 15<client> 16<server> 17none 18</server> 19<features> 20file 21</features> 22<name> 23X-Y range on a file:// URL to stdout 24</name> 25<command option="no-include"> 26-r 1-4 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt 27</command> 28<file name="%LOGDIR/test%TESTNUMBER.txt"> 291234567890 30</file> 31</client> 32 33# Verify data after the test has been "shot" 34<verify> 35<stdout nonewline="yes"> 362345 37</stdout> 38</verify> 39</testcase> 40