1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[[case]] name = "empty" haystack_hex = "" needle_byte = 0 expected = 0 [[case]] name = "absent" haystack_hex = "010203" needle_byte = 255 expected = 0 [[case]] name = "many_matches" haystack_hex = "aa00aaffaa" needle_byte = 170 expected = 3