_base2.yml 297 B

12345678910111213141516171819202122232425
  1. # Test file for inheritance.
  2. general:
  3. name: Test inheritance base 2
  4. parents:
  5. - _base1
  6. roman_to_script:
  7. ignore:
  8. - "Hi"
  9. map:
  10. "G": "g"
  11. "H": "h"
  12. "I": "i"
  13. "J": "j"
  14. "K": "k"
  15. "L": "l"
  16. script_to_roman:
  17. map:
  18. "a": "1"
  19. "b": "2"
  20. "c": "3"
  21. "d": "4"