Uploaded image for project: 'Repository'
  1. Repository
  2. REPOSITORY-99

no break line when using 'println' in the console

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.1
    • 2.0
    • Workspace
    • None

      the output of the function 'println' is not displayed correctly. There is a space at the end of the line, not a break line.

          [REPOSITORY-99] no break line when using 'println' in the console

          the code

          print("line1");
          print("line2");
          print("line3");
          println("\r\n");
          println("line1");
          println("line2");
          println("line3");
          

          returns: "line1line2line3 line1 line2 line3 "
          instead of:
          "line1line2line3
          line1
          line2
          line3
          "

          Julien Gaulon (Inactive) added a comment - the code print( "line1" ); print( "line2" ); print( "line3" ); println( "\r\n" ); println( "line1" ); println( "line2" ); println( "line3" ); returns: "line1line2line3 line1 line2 line3 " instead of: "line1line2line3 line1 line2 line3 "

            Unassigned Unassigned
            jgaulon Julien Gaulon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: