packages feed

shelltestrunner-1.9: tests/format1/parsing.test

# misc. testfile parsing tests
# 1. can we regexp-match a forward slash ?
 echo /
>>> /\//
>>>= 0

# 2. can we handle an empty regexp ?
 echo
>>> //
>>>= 0

# 3. or a regexp followed by a comment ?
 echo
>>> // # comment
>>>= 0