commit | 5d76b24a5a59dac7388edc1b3f832a14e28083c7 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapan@nat-tvwna-inside-visitornet101-c-10228.princeton.org> | Wed Jul 19 12:48:15 2017 -0400 |
committer | Sapan Bhatia <sapan@nat-tvwna-inside-visitornet101-c-10228.princeton.org> | Wed Jul 19 12:48:15 2017 -0400 |
tree | 75698ffecb6154a0cbbf1e5d5063437ba28ce986 | |
parent | fc1278ced0228adbeccea508bb98e52275302735 [diff] |
Bug fix - support for implications was broken in xproto
diff --git a/plyxproto/parser.py b/plyxproto/parser.py index acc3279..f73bd53 100755 --- a/plyxproto/parser.py +++ b/plyxproto/parser.py
@@ -36,7 +36,7 @@ ] + [k.upper() for k in keywords] - t_POLICYBODY = r'< (.|\n)*? >' + t_POLICYBODY = r'< (.|\n)*? [^-]>' literals = '()+-*/=?:,.^|&~!=[]{};<>@%'