tests/test-run-tests.t
changeset 17777 af7c6bc48d8d
parent 17345 4f8054d3171b
child 17778 80fe64581f3a
equal deleted inserted replaced
17776:072812e9f570 17777:af7c6bc48d8d
    50 Literal match ending in " (re)":
    50 Literal match ending in " (re)":
    51 
    51 
    52   $ echo 'foo (re)'
    52   $ echo 'foo (re)'
    53   foo (re)
    53   foo (re)
    54 
    54 
       
    55 Windows: \r\n is handled like \n and can be escaped:
       
    56 
       
    57 #if windows
       
    58   $ printf 'crlf\r\ncr\r\tcrlf\r\ncrcrlf\r\r\n'
       
    59   crlf
       
    60   cr\r (no-eol) (esc)
       
    61   \tcrlf (esc)
       
    62   crcrlf\r (esc)
       
    63 #endif
       
    64 
    55 testing hghave
    65 testing hghave
    56 
    66 
    57   $ "$TESTDIR/hghave" true
    67   $ "$TESTDIR/hghave" true
    58   $ "$TESTDIR/hghave" false
    68   $ "$TESTDIR/hghave" false
    59   skipped: missing feature: nail clipper
    69   skipped: missing feature: nail clipper