This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit db6f000
committed
[[ Bug 22963 ]] Fix native split with unfound multi-char delimiter
This patch fixes an issue where the results of the split command with a multi-
char delimiter do not match between the unicode and native code paths.
Specifically the native pathway created an array with empty key and value for
element while the unicode pathway correctly creates the opposite.1 parent 7b57891 commit db6f000
File tree
3 files changed
+16
-1
lines changed- docs/notes
- libfoundation/src
- tests/lcs/core/array
3 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5199 | 5199 | | |
5200 | 5200 | | |
5201 | 5201 | | |
5202 | | - | |
| 5202 | + | |
| 5203 | + | |
| 5204 | + | |
| 5205 | + | |
5203 | 5206 | | |
5204 | 5207 | | |
5205 | 5208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
0 commit comments