diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2023-04-27 05:27:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 11:27:38 +0200 |
| commit | 605b0b5f735a3214bfd179b46baca0cda675f088 (patch) | |
| tree | 7d00458d50eaaff8e703ecc1b459cdc80e2f9cd5 | |
| parent | c941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (diff) | |
Remove trailing blankspaces (#1001)
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | tests/typ/layout/par-justify-cjk.typ | 4 | ||||
| -rw-r--r-- | tests/typ/math/syntax.typ | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 17f2d1e5..d82e72cd 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 17633357..8970fc93 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 $ |
