Skip to content

Here-String does not work with tab/space #169

Closed
@tonidy

Description

@tonidy

When I tried to write this:

<space> or <tab>$aTestVariable = @"
<space> or <tab>       Test 
<space> or <tab>       Satu
<space> or <tab>       Dua
<space> or <tab>       Tiga
<space> or <tab>"@

Then what I saw:
test

But this code works:

<space> or <tab>$aTestVariable = @"
<space> or <tab>       Test 
<space> or <tab>       Satu
<space> or <tab>       Dua
<space> or <tab>       Tiga
<empty space>"@

Is this by design? I could not find any information about this.

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