packages feed

shelltestrunner-1.9: tests/format2/parsing.test

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

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

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