Minor update

This commit is contained in:
Miroslav Štampar 2026-07-21 15:00:09 +02:00
parent 016c388a13
commit bdf1901a43
3 changed files with 12 additions and 9 deletions

View file

@ -288,7 +288,7 @@ class _Extraction(object):
if mode == "code":
code = self.dialect.charcode[1].format(expr=one)
ordered = self._comparator in ("gt", "between")
ordered = self._comparator != "membership" # gt/between OR an operator-free rung (all bisect via _gtNum)
if codes is not None:
# restricted-alphabet (e.g. the hex-framed dump payload): a small ASCII
# set. no per-char verify - ASCII codes are unambiguous across charcode