inherited.yml 312 B

12345678910111213141516171819202122232425
  1. # Test file for inheritance.
  2. general:
  3. name: Test inheritance leaf file
  4. parents:
  5. - _base2
  6. - _base3
  7. roman_to_script:
  8. ignore:
  9. - "Thing-um-a-jig"
  10. map:
  11. "T": "t"
  12. "U": "u"
  13. "V": "v"
  14. "W": "w"
  15. "X": "x"
  16. "Y": "y"
  17. "Z": "z"
  18. script_to_roman:
  19. map:
  20. "a": "9"
  21. "b": "0"