On Wednesday 2023-12-20 17:06, Phil Sutter wrote: >index 17d6c1c0978e3..b3c7e5f3aa8f3 100644 >--- a/extensions/libebt_stp.t >+++ b/extensions/libebt_stp.t >@@ -1,13 +1,29 @@ > :INPUT,FORWARD,OUTPUT > --stp-type 1;=;OK >+--stp-type ! 1;=;OK Is this the normal syntax for .t files, or should this be `! --stp-stype 1` to avoid the infamous "Using intrapositional negation" warning?