-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Description
Describe the bug
Whitespace sometimes gets trimmed within if blocks.
With this code:
{#if name}- {#if txt}({txt}) {/if}{name}{/if}I used to get
- (25) Title Text
Now I get
- (25)Title Text
The first if prints the whitespace, but the second inner if does not.
Reproduction
Repl: Inconsistent Whitespace Trimming
Logs
System Info
Doesn't matter, whitespace being trimmed by compiler.Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels