Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-116617

qmldom spelling error in tag attribute

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 6.6.0 Beta4, 6.6, 6.7.0 FF
    • 6.5
    • QML: Tooling
    • None
    • Tested on Arch Linux.
    • All
    • a49424857 (dev), fd81cf042 (6.6)

    Description

      When using qmldom with the --dump-ast option, the identifier token of the IdentifierExpression tag is named "identiferToken" instead of "identifierToken".

       

      To reproduce, run `qmldom --dump-ast` on the following file:

       

      import QtQuick 6.3
      Item {
          id: item
      } 

      The result will show, among other output:

       

      <IdentifierExpression name="item" identiferToken="off:34 len:4 l:3 c:9 "> 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtqmlteam Qt Qml Team User
            narcoticv Sander Vocke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes