Skip to content

Commit

Permalink
Merge pull request #75 from henryso/fix-736
Browse files Browse the repository at this point in the history
Added tests for half-space and ad-hoc space.
  • Loading branch information
henryso committed Dec 30, 2015
2 parents c4a7d25 + e2bfada commit b99b455
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 10 deletions.
4 changes: 2 additions & 2 deletions harness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ function gabc_dump_test {

if eval $gregorio -f gabc -F dump -o "$outfile" -l "$logfile" "$filename"
then
${SED} -e 's/[0-9]\+\( (\(GRE\|S\|G\|L\|\)_\)/@\1/' "$outfile" \
${SED} -e 's/[0-9]\+\( (\(GRE\|S\|G\|L\|SP\|\)_\)/@\1/' "$outfile" \
> "$outfile-"
$verify "$filename" && ${SED} \
-e 's/[0-9]\+\( (\(GRE\|S\|G\|L\|\)_\)/@\1/' "$expfile" \
-e 's/[0-9]\+\( (\(GRE\|S\|G\|L\|SP\|\)_\)/@\1/' "$expfile" \
> "$expfile-"
maybe_run "$filename" diff -q "$outfile-" "$expfile-"
else
Expand Down
Loading

0 comments on commit b99b455

Please sign in to comment.