diff options
Diffstat (limited to 'test/real_mode/mod.rs')
| -rw-r--r-- | test/real_mode/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/real_mode/mod.rs b/test/real_mode/mod.rs index c81a8cd..72ccede 100644 --- a/test/real_mode/mod.rs +++ b/test/real_mode/mod.rs @@ -18291,6 +18291,7 @@ fn test_invalid_sequences() { test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x02, 0b11_001_010, 0x77]); test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x19, 0b11_001_010, 0x77]); test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x1d, 0b11_001_010, 0x77]); + test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x39, 0b11_001_010, 0x77]); test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x46, 0b11_001_010, 0x77]); test_invalid(&[0xc4, 0b111_00010, 0b1_1111_001, 0x13, 0b11_001_010]); test_invalid(&[0xc4, 0xe2, 0xf9, 0x58, 0xc1]); |
