diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-19 21:54:26 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-20 09:15:36 -0500 |
| commit | 36da1bbc50e2a0f7316e2bdf5bc4cc87aad43bc7 (patch) | |
| tree | d88e9a6efe3d48e2a16e962ff38c7080f66e93c7 /test | |
| parent | 9265ab3508ec787e16027b82402d99d0f229de5a (diff) | |
Allow provided Fill function to set fill, and use it when fill doesn't depend on argument fill
Diffstat (limited to 'test')
| -rwxr-xr-x | test/dz_comp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp index 41da5277..8db93667 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -14,7 +14,7 @@ GetRT ← {𝕤: •Type # Type Decompose # Decompose glyphs⊑˜PrimInd # Glyph - ⊑⟨⟩⥊0⊸⥊ # GetFill + (⊑⟨⟩⥊0⊸⥊)⊘⊢ # Fill ⋆⁼ # Log ≠¨⊔ # GroupLen ∾⊔∘⊢ # GroupOrd |
