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

qmldom/qmlformat: Comments are broken in certain positions

XMLWordPrintable

    • 8318bf94c (dev), 4954e9b29 (6.9), ccc830877 (6.8)

       

      import QtQml
      
      QtObject {
          function f() {
              class /**/ C {}
              return 1;
          }
      }
      

      becomes

      import QtQml
      
      QtObject {
          function f() {
              /**/ /**/ class C {}
              return 1;
          }
      }

      and then

      import QtQml
      
      QtObject {
          function f() {
              /**/ /**/
              /**/ /**/ class C {}
              return 1;
          }
      } 

        For Gerrit Dashboard: QTBUG-133316
        # Subject Branch Project Status CR V

            sami.shalayel Sami Shalayel
            olivier.decanniere Olivier De Cannière
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes