OpenFormula: Doubled "#" in External Named Expression Syntax

    • Hide

      Remove the "#" in the ExternalNamedExpression syntax in 5.11, so that it is now

      """
      ExternalNamedExpression ::=Source (SimpleNamedExpression | SheetLocalNamedExpression)
      """

      Show
      Remove the "#" in the ExternalNamedExpression syntax in 5.11, so that it is now """ ExternalNamedExpression ::=Source (SimpleNamedExpression | SheetLocalNamedExpression) """
    • Hide

      Remove the "#" in the ExternalNamedExpression syntax in 5.11, so that it is now

      """
      ExternalNamedExpression ::=Source (SimpleNamedExpression | SheetLocalNamedExpression)

      Show
      Remove the "#" in the ExternalNamedExpression syntax in 5.11, so that it is now """ ExternalNamedExpression ::=Source (SimpleNamedExpression | SheetLocalNamedExpression)

      In the Section 5.11 Syntax for ExternalNamedExpression, the rule is:

      """
      ExternalNamedExpression ::=Source '#' (SimpleNamedExpression | SheetLocalNamedExpression)
      """

      But in Section 5.6, Reference, Source is defined as

      Source ::= "'" IRI "'" "#"

      which introduces a second "#" into the ExternalNamedExpression.

      I am assuming this is a mistake.

            Assignee:
            Dennis Hamilton (Inactive)
            Reporter:
            Dennis Hamilton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: