Skip to content

potential ambiguity for empty values and flexspace #3

@CosmicToast

Description

@CosmicToast

consider the following text:

a = b
c = d

so far so good
however, let's remove the "b" (we intend to make a an empty value)

a =
c = d

this actually becomes a => "c=d"

However, if we turn this into:

a = # comment
c = d

this becomes a => "", c => "d"

While we do discourage people from using flexspace in this way, it may be useful to explicitly recommend using raw values for empty strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions