-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
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.....
Reactions are currently unavailable