• Michael Yang's avatar
    fix multiline string · 24c2c770
    Michael Yang authored
    the data needs to remove the multiline quotes but include the command:
    
    e.g.
    
    TEMPLATE """
    my template values
    """
    
    should be
    
    TEMPLATE
    my template values
    
    after scanning
    24c2c770
parser.go 1.99 KB