]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/cond/string.out_ascii
During identifier parsing, handle undefined escape sequences
[mandoc.git] / regress / roff / cond / string.out_ascii
index 2d80a9033f4535ba553e777a2312c8004b9bedae..c67c0c55a24c1a07cbe6705bc6a1a7197609549b 100644 (file)
@@ -19,4 +19,10 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
 
        escape sequence after identifier: -mystr is defined
 
-OpenBSD                        February 6, 2019                      STRING(1)
+       backslash in name: \ is defined
+
+       dot in name: . is defined \. is defined
+
+       invalid escape in name: G is defined \G is defined
+
+OpenBSD                          June 3, 2022                        STRING(1)