diff options
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/call-wide.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/importable/chap1.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/importable/chap2.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/include.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/let.typ | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/code/call-wide.typ b/tests/typ/code/call-wide.typ index 54da540b..996a052d 100644 --- a/tests/typ/code/call-wide.typ +++ b/tests/typ/code/call-wide.typ @@ -7,7 +7,7 @@ --- // Test in heading. -# A #align!(right) B += A #align!(right) B C --- diff --git a/tests/typ/code/importable/chap1.typ b/tests/typ/code/importable/chap1.typ index a0f38d0d..06a4c1a1 100644 --- a/tests/typ/code/importable/chap1.typ +++ b/tests/typ/code/importable/chap1.typ @@ -2,7 +2,7 @@ #let name = "Klaus" -## Chapter 1 +== Chapter 1 #name stood in a field of wheat. There was nothing of particular interest about the field #name just casually surveyed for any paths on which the corn would not totally ruin his semi-new outdorsy jacket but then again, most of us spend diff --git a/tests/typ/code/importable/chap2.typ b/tests/typ/code/importable/chap2.typ index 51e116aa..d4aedc60 100644 --- a/tests/typ/code/importable/chap2.typ +++ b/tests/typ/code/importable/chap2.typ @@ -2,7 +2,7 @@ #let name = "Klaus" -## Chapter 2 +== Chapter 2 Their motivations, however, were pretty descript, so to speak. #name had not yet conceptualized their consequences, but that should change pretty quickly. #name approached the center of the field and picked up a 4-foot long disk made from diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ index 8080c6e8..166c3945 100644 --- a/tests/typ/code/include.typ +++ b/tests/typ/code/include.typ @@ -1,7 +1,7 @@ // Test include statements. --- -# Document += Document // Include a file #include "importable/chap1.typ" diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index 1a0bb10e..d788a563 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -79,6 +79,6 @@ Three // Error: 9 expected expression #let v = -// Should output `= 1`. +// Should output a heading `1`. // Error: 6-9 expected identifier, found string #let "v" = 1 |
