1. Sep 02, 2022
    • Marc Durdin's avatar
      feat(common): add size and offset calculators to hextobin · 17371c38
      Marc Durdin authored
      This makes it easier to write a binary file which contains offsets and
      size values. Using this for unit tests for the LDML keyboard compiler.
      
      Example kmldmlc basic.txt is updated and included.
      
      Future enhancement suggestion: include count() for repeated blocks and
      index() for block indices within these repeated blocks. Would be very
      useful for string tables in the example ref.
      17371c38
    • Marc Durdin's avatar
      feat(developer): add conformsTo validity unit test · 918d261f
      Marc Durdin authored
      This is reasonably random, but wanted to add another test for content
      rather than structure, just to verify that the DTD-XSD-jsonschema
      translation is doing the right thing according to what we expect.
      
      Looking good.
      918d261f
  2. Sep 01, 2022
  3. Aug 31, 2022
  4. Aug 30, 2022