diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-24 15:42:56 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-24 15:47:42 +0200 |
| commit | 8fbb11fc05b3313bf102c1f23693290661d00863 (patch) | |
| tree | a198db77338f1cc1304fe50f55020b08e22bca60 /tests | |
| parent | e4ee14e54fb87961096856c7ea105435b7cc3c45 (diff) | |
Extract `model` module
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 531674f3..9f84a733 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -10,12 +10,13 @@ use unscanny::Scanner; use walkdir::WalkDir; use typst::diag::Error; -use typst::eval::{Smart, StyleMap, Value}; +use typst::eval::{Smart, Value}; use typst::frame::{Element, Frame}; use typst::geom::{Length, RgbaColor}; use typst::library::layout::PageNode; use typst::library::text::{TextNode, TextSize}; use typst::loading::FsLoader; +use typst::model::StyleMap; use typst::source::SourceFile; use typst::syntax::Span; use typst::{bail, Context}; |
