File: control

package info (click to toggle)
parsewiki 0.4.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: perl: 908; xml: 9; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Test-Command: parsewiki -h 2>&1 | grep '^Usage'
Restrictions: superficial

Test-Command: parsewiki -c 2>&1 | grep '^ Copy'
Restrictions: superficial

Test-Command: echo "=Test file=" > $AUTOPKGTEST_TMP/test.wiki;
              parsewiki $AUTOPKGTEST_TMP/test.wiki > $AUTOPKGTEST_TMP/test.html
Restrictions: superficial

Test-Command: echo "=Test file=" > $AUTOPKGTEST_TMP/test2.wiki;
              parsewiki -T=Title $AUTOPKGTEST_TMP/test2.wiki > $AUTOPKGTEST_TMP/test2.html
Restrictions: superficial