diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-11 23:52:49 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-11 23:52:49 -0500 |
| commit | e4309bfacaae12574905f0f9d9e6f637188cf582 (patch) | |
| tree | 203f5498631d0c6c66b1a3cdddd0bdcbb6f9fe85 /tests/gallery-widgets | |
| parent | cdbfd78a885856cf43537ddc491663f1eb93997f (diff) | |
| download | archsetup-e4309bfacaae12574905f0f9d9e6f637188cf582.tar.gz archsetup-e4309bfacaae12574905f0f9d9e6f637188cf582.zip | |
refactor(gallery): rename generated tokens.el to gallery-tokens.el
The generated file declares (provide 'gallery-tokens), but `require` resolves a feature by filename, so as tokens.el it could never load from a load-path. The name now matches the feature. gen_tokens.py, the renderer's load, and the README follow.
Diffstat (limited to 'tests/gallery-widgets')
| -rw-r--r-- | tests/gallery-widgets/test-gallery-widget.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gallery-widgets/test-gallery-widget.el b/tests/gallery-widgets/test-gallery-widget.el index ec484bb..166cd59 100644 --- a/tests/gallery-widgets/test-gallery-widget.el +++ b/tests/gallery-widgets/test-gallery-widget.el @@ -2,7 +2,7 @@ ;;; Commentary: ;; Tests for the svg.el proof-of-concept renderer in docs/prototypes/. -;; gallery-widget.el reads the generated tokens.el (same source of truth as +;; gallery-widget.el reads the generated gallery-tokens.el (same source of truth as ;; the web gallery and the waybar CSS) and renders gallery widgets as SVG. ;; These tests exercise the REAL module (loaded by path, not a copy): ;; token resolution, needle-angle math (normal/boundary/error), and the |
