You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixtures.json 302B

1234567891011121314151617181920212223
  1. [
  2. {
  3. "a": "000f",
  4. "b": "f0ff",
  5. "expected": "f0f0"
  6. },
  7. {
  8. "a": "000f0f",
  9. "b": "f0ff",
  10. "mutated": "f0f00f",
  11. "expected": "f0f0"
  12. },
  13. {
  14. "a": "000f",
  15. "b": "f0ffff",
  16. "expected": "f0f0"
  17. },
  18. {
  19. "a": "000000",
  20. "b": "000000",
  21. "expected": "000000"
  22. }
  23. ]