aboutsummaryrefslogtreecommitdiff
path: root/t/ne.t
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-03 19:56:16 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-03 20:12:30 +0200
commitbc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch)
tree9b6c88827525687ec9204f33807c6535f8d5cb9b /t/ne.t
parentc0b94c538d7bee2a81991d64f44b4b2ad255091e (diff)
downloadmk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz
Move mk into separate directory
Diffstat (limited to 't/ne.t')
-rw-r--r--t/ne.t147
1 files changed, 0 insertions, 147 deletions
diff --git a/t/ne.t b/t/ne.t
deleted file mode 100644
index ac318a7..0000000
--- a/t/ne.t
+++ /dev/null
@@ -1,147 +0,0 @@
-.so k.tmac
-.so t.tmac
-.
-.nr mb 1i
-.
-.t
-ne.t: test space requests
-.p
-This file tests the
-.c w
-macro.
-.
-.\" helper macros
-.
-.\" make space at bottom of page
-.de @
-. rs
-. sp |\n(.pu-\n(mbu-\\$1-1u
-. nr a \\n%
-..
-.
-.\" write 's pppp'
-.de *spppp
-. s
-. nr s \\n%
-Test \\nt
-. p
-. nr p \\n%
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
-eiusmod tempor incididunt ut labore et dolore magna aliqua.
-. nr pp \\n%
-Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
-nisi ut aliquip ex ea commodo consequat.
-Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
-cupidatat non proident, sunt in culpa qui officia deserunt mollit
-anim id est laborum.
-..
-.de *sllll
-. s
-Test \\nt
-. nr s \\n%
-. l
-. nr l \\n%
-first line
-. nr ll \\n%
-second line
-. nr lll \\n%
-third line
-fourth line
-..
-.
-.\" run tests
-.
-.test s pp +0u
-.bp
-.@ 39600u
-.w s pp
-.*spppp
-.assert (`na=`ns)&(`ns=`np)&(`np=`n(pp)
-.
-.test s pp +1u
-.bp
-.@ 39600u
-.sp 1u
-.w s pp
-.*spppp
-.assert (`na<`ns)&(`ns=`np)&(`np=`n(pp)
-.
-.test s pp +2u
-.bp
-.@ 39600u
-.sp 2u
-.w s pp
-.*spppp
-.assert (`na<`ns)&(`ns=`np)&(`np=`n(pp)
-.
-.test s p +0u
-.bp
-.@ 27600u
-.w s p
-.*spppp
-.assert (`na=`ns)&(`ns=`np)&(`np<`n(pp)
-.
-.test s p +1u
-.bp
-.@ 27600u
-.sp 1u
-.w s p
-.*spppp
-.assert (`na<`ns)&(`ns=`np)&(`np=`n(pp)
-.
-.test s p +2u
-.bp
-.@ 27600u
-.sp 2u
-.w s p
-.*spppp
-.assert (`na<`ns)&(`ns=`np)&(`np=`n(pp)
-.
-.test s l +0u
-.bp
-.@ 27600u
-.w s l
-.*sllll
-.assert (`na=`ns)&(`ns=`nl)&(`nl<`n(ll)&(`n(ll=`n[lll])
-.
-.test s l +1u
-.bp
-.@ 27600u
-.sp 1u
-.w s l
-.*sllll
-.assert (`na<`ns)&(`ns=`nl)&(`nl=`n(ll)&(`n(ll=`n[lll])
-.
-.test s l +2u
-.bp
-.@ 27600u
-.sp 2u
-.w s l
-.*sllll
-.assert (`na<`ns)&(`ns=`nl)&(`nl=`n(ll)&(`n(ll=`n[lll])
-.
-.test s ll +0u
-.bp
-.@ 38600u
-.w s ll
-.*sllll
-.assert (`na=`ns)&(`ns=`nl)&(`nl=`n(ll)&(`n(ll<`n[lll])
-.
-.test s ll +1u
-.bp
-.@ 38600u
-.sp 1u
-.w s ll
-.*sllll
-.assert (`na<`ns)&(`ns=`nl)&(`nl=`n(ll)&(`n(ll=`n[lll])
-.
-.test s ll +2u
-.bp
-.@ 38600u
-.sp 2u
-.w s ll
-.*sllll
-.assert (`na<`ns)&(`ns=`nl)&(`nl=`n(ll)&(`n(ll=`n[lll])
-.
-.end