[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

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.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 22 guests