Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-670

Macro escaping inconsistent with forward references

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.6
    • None
    • Engine
    • None

    Description

      Escaping a macro behaves differently if the macro is forward referenced. for example the following:

      #macro(foo)bar#end
      #foo

      gives result:

      #foo

      However this:

      #foo
      #macro(foo)bar#end

      gives result:

      #foo

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              byronvf Byron Foster
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: