This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 6669251085 Add support for more PP fields (#12864)
     add 948586f87f hrw4u: Allow negation with the 'in' keyword (#12871)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/configuration/hrw4u.en.rst         | 25 ++++++++++++++++++++++
 tools/hrw4u/grammar/hrw4u.g4                       |  2 ++
 tools/hrw4u/src/hrw_symbols.py                     |  4 +++-
 tools/hrw4u/src/visitor.py                         | 10 +++++++--
 .../hrw4u/tests/data/conds/double-negation.ast.txt |  1 +
 .../tests/data/conds/double-negation.input.txt     |  5 +++++
 .../tests/data/conds/double-negation.output.txt    |  5 +++++
 tools/hrw4u/tests/data/conds/exceptions.txt        |  2 ++
 tools/hrw4u/tests/data/conds/not-in-ip.ast.txt     |  1 +
 tools/hrw4u/tests/data/conds/not-in-ip.input.txt   |  5 +++++
 tools/hrw4u/tests/data/conds/not-in-ip.output.txt  |  3 +++
 tools/hrw4u/tests/data/conds/not-in-sets.ast.txt   |  1 +
 tools/hrw4u/tests/data/conds/not-in-sets.input.txt |  5 +++++
 .../hrw4u/tests/data/conds/not-in-sets.output.txt  |  3 +++
 14 files changed, 69 insertions(+), 3 deletions(-)
 create mode 100644 tools/hrw4u/tests/data/conds/double-negation.ast.txt
 create mode 100644 tools/hrw4u/tests/data/conds/double-negation.input.txt
 create mode 100644 tools/hrw4u/tests/data/conds/double-negation.output.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-ip.ast.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-ip.input.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-ip.output.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-sets.ast.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-sets.input.txt
 create mode 100644 tools/hrw4u/tests/data/conds/not-in-sets.output.txt

Reply via email to