Minor change: 'test 4' to 'test 3' in testwrapper.in.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@180 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
2b9af0bbf1
commit
2d653dc1da
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ EOF
|
|||
check_results "$actual" "$expected" 'wrapper -- -A "foo bar"'
|
||||
|
||||
# Test 3 (Test 1 with a redundant '--')
|
||||
printf >&2 " test case 4... "
|
||||
printf >&2 " test case 3... "
|
||||
actual=$(wrapper -o "output file" "foo bar" -- -A "quux baz" -B)
|
||||
expected=$(cat <<'EOF'
|
||||
Options passed to wrapper:
|
||||
|
|
Loading…
Add table
Reference in a new issue