From 9c040a9d2b6aa0400df868c8a8581a9e168b9d14 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 29 Mar 2021 14:51:54 +0200 Subject: =?UTF-8?q?Move=20around=20test=20cases=20=F0=9F=9A=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/typ/markup/basic.typ | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/typ/markup/basic.typ (limited to 'tests/typ/markup/basic.typ') diff --git a/tests/typ/markup/basic.typ b/tests/typ/markup/basic.typ new file mode 100644 index 00000000..3e83b911 --- /dev/null +++ b/tests/typ/markup/basic.typ @@ -0,0 +1,22 @@ +// Test basic markup. + +--- +#let linebreak() = [ + // Inside the old line break definition is still active. + #circle(radius: 2pt, fill: #000) \ +] + +A \ B \ C + +--- +// Paragraph breaks don't exist! +#let parbreak() = [ ] + +No more + +paragraph breaks + +for you! + +--- +The non-breaking~space does work. -- cgit v1.2.3