Skip to content

Duplicate parsings for heredoc strings #1

@ryaninvents

Description

@ryaninvents

Given an input like this:

foo = <<EOF
bar
EOF

tf-hcl produces 2 identical parsings. In general, it seems to produce 2^n results, where n is the number of distinct segments of string-literal characters.

The expected result is to generate at most a single result for a valid input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions