Skip to content

Commit

Permalink
Make make-glossary pass
Browse files Browse the repository at this point in the history
  • Loading branch information
quachpas committed Jan 8, 2025
1 parent 7c97c63 commit f3eff1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/non-regression/make-glossary.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "../../themes/default.typ": *
// #show: make-glossary
#show: make-glossary
#let entry-list = (
(
key: "potato",
Expand All @@ -11,4 +11,4 @@
),
)
#register-glossary(entry-list)
#print-glossary(entry-list)
#print-glossary(entry-list)

0 comments on commit f3eff1b

Please sign in to comment.