progress on passing tests

This commit is contained in:
Henry Schimke
2023-04-27 10:59:39 -05:00
parent 26109ab9ed
commit 6aee7a66b9
5 changed files with 40 additions and 12 deletions

View File

@@ -128,7 +128,7 @@ impl ECIStringBuilder {
let ecis = self.list_ecis();
if ecis.len() <= 1 && (ecis.contains(&Eci::Unknown)) {
if ecis.len() == 1 && (ecis.contains(&Eci::Unknown)) {
self.has_eci = false;
}
}