From 605b0b5f735a3214bfd179b46baca0cda675f088 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Thu, 27 Apr 2023 05:27:38 -0400 Subject: [PATCH] Remove trailing blankspaces (#1001) --- Dockerfile | 2 +- tests/typ/layout/par-justify-cjk.typ | 4 ++-- tests/typ/math/syntax.typ | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbfcee2e7..4ff042184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN apk add --update musl-dev \ && cargo build -p typst-cli --release -FROM alpine:latest +FROM alpine:latest WORKDIR /root/ COPY --from=build /app/target/release/typst /bin diff --git a/tests/typ/layout/par-justify-cjk.typ b/tests/typ/layout/par-justify-cjk.typ index 17f2d1e54..d82e72cd7 100644 --- a/tests/typ/layout/par-justify-cjk.typ +++ b/tests/typ/layout/par-justify-cjk.typ @@ -29,8 +29,8 @@ #set par(justify: true) #rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[ “引号测试”,还, - + 《书名》《测试》下一行 - + 《书名》《测试》。 ] \ No newline at end of file diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 17633357b..8970fc93a 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -12,7 +12,7 @@ $ underline(f' : NN -> RR) \ 2 * 3 &"if" n != 5, 1 - 0 thick &..., ) $ - + --- // Test common symbols. $ dot \ dots \ ast \ tilde \ star $