Added delete permutation testing (failing as expected) and some minor tweaks

This commit is contained in:
Christopher Haster
2022-12-31 15:17:27 -06:00
parent 22879c1cbb
commit ef7ee6eb7d
3 changed files with 127 additions and 207 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ def main(disk, block_size, block1, block2=None, *,
and not tag & 0x4 else ''),
'\x1b[m' if color and j_ >= off else '',
' (%s)' % ', '.join(notes) if notes
else ' %s' % ''.join(
else ' %s' % ''.join(
('\x1b[33my\x1b[m' if color else 'y')
if alts[i] & 0x1
and i+1 < len(alts)