From da6633e8c5db9f71ef2499ad46bc43e3854c2ac9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 30 May 2022 23:03:47 +0000 Subject: Dummy implementation of the roff(7) \V (interpolate environment variable) escape sequence. This is needed to get \V into the correct parsing class, ESCAPE_EXPAND. It is intentional that mandoc(1) output is *not* influenced by environment variables, so interpolate the name of the variable with some decorating punctuation rather than interpolating its value. --- regress/roff/esc/V1.out_lint | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 regress/roff/esc/V1.out_lint (limited to 'regress/roff/esc/V1.out_lint') diff --git a/regress/roff/esc/V1.out_lint b/regress/roff/esc/V1.out_lint new file mode 100644 index 00000000..f580e4d2 --- /dev/null +++ b/regress/roff/esc/V1.out_lint @@ -0,0 +1,3 @@ +mandoc: V1.in:6:25: UNSUPP: unsupported feature: \VN +mandoc: V1.in:8:25: UNSUPP: unsupported feature: \V(VN +mandoc: V1.in:10:24: UNSUPP: unsupported feature: \V[VARNAME] -- cgit v1.2.3-56-ge451