diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouting.rs | 4 | ||||
| -rw-r--r-- | tests/layouts/align.typ | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/layouting.rs b/tests/layouting.rs index 72d160e4..845c0034 100644 --- a/tests/layouting.rs +++ b/tests/layouting.rs @@ -3,10 +3,10 @@ use std::io::{BufWriter, Read, Write}; use std::process::Command; use typst::export::pdf::PdfExporter; -use typst::layout::LayoutAction; -use typst::toddle::query::FileSystemFontProvider; +use typst::layout::{LayoutAction, Serialize}; use typst::size::{Size, Size2D, SizeBox}; use typst::style::PageStyle; +use typst::toddle::query::FileSystemFontProvider; use typst::Typesetter; const CACHE_DIR: &str = "tests/cache"; diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ index c3c60733..a7101932 100644 --- a/tests/layouts/align.typ +++ b/tests/layouts/align.typ @@ -3,7 +3,7 @@ A short sentence. [n] [align: right][words.] - A short sentence. [paragraph.break] [align: right][words.] + A short sentence. [par.break] [align: right][words.] [align: bottom] A longer sentence with a few more words. |
