diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-02 17:14:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-02 17:14:46 +0000 |
commit | f57412d689f445d6786167aac98dfde81c90ea12 (patch) | |
tree | 412635fca540b14d5139e91a039f78f70a7cf3d8 /regress | |
parent | aaee43f80d524f98453fc13d60a657085867666f (diff) | |
download | mandoc-f57412d689f445d6786167aac98dfde81c90ea12.tar.gz |
Added new old escape sequence \*[nn].
Initial correct .Bd support (still only text in literal displays).
Symbols put into tables (character-encoding).
Diffstat (limited to 'regress')
-rw-r--r-- | regress/test.escape.13 | 24 | ||||
-rw-r--r-- | regress/test.escape.14 | 25 |
2 files changed, 49 insertions, 0 deletions
diff --git a/regress/test.escape.13 b/regress/test.escape.13 new file mode 100644 index 00000000..c3cf3c3b --- /dev/null +++ b/regress/test.escape.13 @@ -0,0 +1,24 @@ +.\" +.Dd $Mdocdate$ +.Dt mdoc 3 +.Os +.\" +.Sh NAME +.Nm mdoc_free +.Nd mdoc macro compiler library +.\" +.Sh SYNOPSIS +Valid escape: \(ab +Valid escape: \[d] +Valid escape: \[dsdfajsdflaksjfhalksjdfh__----] +Valid escape: \\ +Valid escape: \e +Valid escape: \` +Valid escape: \' +Valid escape: \. +Valid escape: \- +Valid escape: \ +Valid escape: \*a +Valid escape: \(*ab +Valid escape: \*[d] +Valid escape: \*[asdfasdasdfasldkjfhasldjkfhaslkjhfasljfhd] diff --git a/regress/test.escape.14 b/regress/test.escape.14 new file mode 100644 index 00000000..4bddad72 --- /dev/null +++ b/regress/test.escape.14 @@ -0,0 +1,25 @@ +.\" +.Dd $Mdocdate$ +.Dt mdoc 3 +.Os +.\" +.Sh NAME +.Nm mdoc_free +.Nd mdoc macro compiler library +.\" +.Sh SYNOPSIS +Valid escape: \(ab +Valid escape: \[d] +Valid escape: \[dsdfajsdflaksjfhalksjdfh__----] +Valid escape: \\ +Valid escape: \e +Valid escape: \` +Valid escape: \' +Valid escape: \. +Valid escape: \- +Valid escape: \ +Valid escape: \*a +Valid escape: \(*ab +Valid escape: \*[d] +Valid escape: \*[asdfasdasdfasldkjfhasldjkfhaslkjhfasljfhd] +Invalid escape: \*[ |