This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Replace All breaks when replacing php arrow accessors with PHP language enabled #1083
Closed
1 task done
Labels
Prerequisites
Description
When using
Replace All
on a php file with php language package enabled, the replace breaks on arrow accessors ($obj->property
) and stops replacing after the first item.Steps to Reproduce
\-\>
['
Expected behavior: [What you expect to happen]
The file contents change from:
To this:
Actual behavior: [What actually happens]
The contents become:
And the search bar says: "no results", so you cannot press "Replace" or "Replace All" again to continue replacing.
Reproduces how often: [What percentage of the time does it reproduce?]
Every time. 100 %
Versions
Atom : 1.34.0
Electron: 2.0.16
Chrome : 61.0.3163.100
Node : 8.9.3
apm 2.1.3
npm 6.2.0
node 8.9.3 x64
atom 1.34.0
python 2.7.10
git 2.20.1
MacOS Mojave 10.14.4
Additional Information
The text was updated successfully, but these errors were encountered: