diff options
Diffstat (limited to 'regress/eqn/define/quoted.in')
-rw-r--r-- | regress/eqn/define/quoted.in | 17 |
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 |