Skip to content

Commit

Permalink
Added bagof test for case #37
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 9, 2017
1 parent 3c8aae9 commit f5a4c13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/ref/bagof3
@@ -0,0 +1 @@
2
11 changes: 11 additions & 0 deletions t/target/Makefile.bagof
Expand Up @@ -14,3 +14,14 @@ bagof1:

bagof2:
echo $(DEF) >$@

prolog
foo(a,1).
foo(b,2).
foo(c,3).
endprolog

bagof3: bagoff-param-b

bagoff-param-%:
echo $(bagof X,foo($*,X))

0 comments on commit f5a4c13

Please sign in to comment.