[v2 beta1] line continuation in short property Topic is solved

Report problems with documented functionality
sirksel
Posts: 222
Joined: 12 Nov 2013, 23:48

[v2 beta1] line continuation in short property

Post by sirksel » 12 Oct 2021, 06:15

Shouldn't line continuation be allowed in all these circumstances?

Code: Select all

class pippled_and_poppled {
  unpippled_prop => 'shorter format works '
    . 'fine with line continuation'
  pippled_prop {
    get => 'short format works on single line' 
    set => 'but does not work '
      . 'when line is continued'
  }
  poppled_prop {
    get => 'does not need a set ' 
      . 'to display this bad behavior'
  }
}
P.S. Just illustrative... I know setter doesn't use value.

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: [v2 beta1] line continuation in short property  Topic is solved

Post by lexikos » 13 Jul 2022, 04:48

Fixed by v2.0-beta.2.

Post Reply

Return to “Bug Reports”