Add some more tests.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Aug 2022 08:48:37 +0000 (10:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Aug 2022 18:58:36 +0000 (20:58 +0200)
test/ssa_reader_test.cc

index ab9cae107bf33a2c902ee5e3155299e1e1f998f0..82d3a3330283a715df54fac2c399f1703faf7830 100644 (file)
@@ -649,6 +649,9 @@ test_c(string command, string colour)
 BOOST_AUTO_TEST_CASE (ssa_reader_c)
 {
        test_c("&H00FFFF&", "ffff00");
+       test_c("&H123456&", "563412");
+       test_c("&HFF0000&", "0000ff");
+       test_c("&HFFFFFF&", "ffffff");
 }