Skip to content

Formatting not Removed at End of String #9

@allan-bommer

Description

@allan-bommer

Just getting started with Face...it seems very nice. I'm using the latest from the trunk.

I ran into one issue. This code:

        print *, colorize("licensing_start_product(product_structures, 9.8.0.1) - is_ok() passed", color_fg="green")
        print *, "test line 2"
        print *, colorize("licensing_start_product(product_structures, '9.8.0.1') - is_ok() passed", color_fg="green")
        print *, "test line 4"

prints "test line 4" in green, and inserts a blank line before "test line 4". I'm using IFort on Windows. For now I have an easy workaround.....

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions