summaryrefslogtreecommitdiffstats
path: root/regress/eqn/define/quoted.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-26 20:11:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-26 20:11:45 +0000
commit7a652daded74f9e8becb34e9dca1d6202eae46fe (patch)
tree074d0f8b776cc7a5000a61a5baabd454c9c0b892 /regress/eqn/define/quoted.in
parentd06770ec5841a0d0f6cc2f9616d2a46daa15450b (diff)
downloadmandoc-7a652daded74f9e8becb34e9dca1d6202eae46fe.tar.gz
catch up with the recent eqn(7) improvements
Diffstat (limited to 'regress/eqn/define/quoted.in')
-rw-r--r--regress/eqn/define/quoted.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/eqn/define/quoted.in b/regress/eqn/define/quoted.in
new file mode 100644
index 00000000..a98733f1
--- /dev/null
+++ b/regress/eqn/define/quoted.in
@@ -0,0 +1,17 @@
+.Dd June 25, 2017
+.Dt DEFINE-QUOTED 1
+.Os OpenBSD
+.Sh NAME
+.Nm define-quoted
+.Nd interaction of the define control statement with quoting
+.Sh DESCRIPTION
+initial text
+.EQ
+define unquoted 'sin'
+"unquoted"
+unquoted
+define quoted '"sin"'
+"quoted"
+quoted
+.EN
+final text