commit | 9966973ea2f9889224a2aabbb56e8873b9d33fcd | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapan@opennetworking.org> | Tue Jul 25 19:19:14 2017 -0400 |
committer | Sapan Bhatia <sapan@opennetworking.org> | Tue Jul 25 19:19:14 2017 -0400 |
tree | 724db4d2ab7f1776e3bd5c0ee80358a87d0d56f4 | |
parent | 29c4759c4c863eac032b57fd8155f1be66ff8e95 [diff] [blame] |
Support for invoking one policy from another
diff --git a/foldemo.py b/foldemo.py index 40b238d..8035f85 100644 --- a/foldemo.py +++ b/foldemo.py
@@ -8,6 +8,7 @@ test_3 = "<exists a: x=y>" test_4 = "<forall a: exists b: x.b=y.b>" test_5 = "<forall a: {{ a.endswith('good') }}>" +test_6 = "< *doit(foo) >" DEBUG = 0