Seems like a bug to me. This works:
    
    
    let str = "This is a string:"
    echo fmt("{str:<30}")
    
    
    Run

Reply via email to