From: Mark Hansen Date: Sun, 7 Jun 2020 09:51:22 +0000 (+1000) Subject: Fix error, not legal to have
    inside X-Git-Tag: 2.44.1~10^2~1^2~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c468e6dd5f5e59712f3e5194aaa419dfd6d5a7;p=graphviz Fix error, not legal to have
      inside --- diff --git a/doc/info/lang.html b/doc/info/lang.html index d91150ad0..518705575 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -282,7 +282,6 @@ into a string, one can use the ascii sequence β. In general, one should only use entities that are allowed in the output character set, and for which there is a glyph in the font.
      -
      1. In quoted strings in DOT, the only escaped character is double-quote ("). That is, in quoted strings, the dyad \" is converted to "; all other @@ -293,6 +292,5 @@ of HTML strings. The new lex-based scanner makes this difficult to implement. Gi perceived lack of usefulness of this generality, we have restricted this feature to double-quoted strings, where it can actually be helpful.
      -
      diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2 index 65c234fd7..4a682bc65 100644 --- a/doc/infosrc/lang.2 +++ b/doc/infosrc/lang.2 @@ -173,7 +173,6 @@ into a string, one can use the ascii sequence β. In general, one should only use entities that are allowed in the output character set, and for which there is a glyph in the font.
      -
      1. In quoted strings in DOT, the only escaped character is double-quote ("). That is, in quoted strings, the dyad \" is converted to "; all other @@ -184,6 +183,5 @@ of HTML strings. The new lex-based scanner makes this difficult to implement. Gi perceived lack of usefulness of this generality, we have restricted this feature to double-quoted strings, where it can actually be helpful.
      -