Actions
Bug #19549
closedInconsistency in backref parsing
Description
This is fine:
puts "test #$01234 value"
This is not:
puts $01234
Actions
Like0
Like0Like0Like0
Added by hurricup (Alexandr Evstigneev) about 2 years ago. Updated over 1 year ago.
Description
This is fine:
puts "test #$01234 value"
This is not:
puts $01234
Applied in changeset git|bd046764e31267c83e7ae515d9bc7f09ffaa5b95.
[Bug #19549] Check for variables to be interpolated