Menu

#855 Scripting: console.print() and println() add an extra line break

4.1
closed-fixed
scripting (4)
5
2017-03-16
2017-03-14
Yu Tang
No

Executing this Groovy script;

  console.print "Foo"
  console.println "Bar"
  console.print "Buzz"

outputs below in OmegaT 3.6.

  FooBar
  Buzz

In OmegaT 4.1, the result seems to have the additional line breaks.

  Foo
  Bar

  Buzz

Discussion

  • Briac Pilpré

    Briac Pilpré - 2017-03-14

    Thanks for the report, it's fixed in trunk.

     
  • Didier Briel

    Didier Briel - 2017-03-14
    • status: open --> open-fixed
    • assigned_to: Briac Pilpré
     
  • Didier Briel

    Didier Briel - 2017-03-16
    • status: open-fixed --> closed-fixed
     
  • Didier Briel

    Didier Briel - 2017-03-16

    Fixed in the released version 4.1.1 of OmegaT.

    Didier

     

Log in to post a comment.

MongoDB Logo MongoDB