Closed bkniffler closed 4 years ago
@helios1138 hi, can you please review/merge this?
Fixes incorrect fragmentation for example in this case:
person_profile: { selected_programmes: 1, id: 1, },
Because of the on_
.
It might be wise to use regex for matching instead and check for on_
only at the start of string
@sladg I see the problem now. This PR however currently does not seem to be fixing it correctly and missing tests. I will push a fix soon.
@sladg I see the problem now. This PR however currently does not seem to be fixing it correctly and missing tests. I will push a fix soon.
thx! appreciate it
Not too sure if making 'on_' to 'on' is the right thing to do though.