@@ -13907,6 +13907,61 @@ Failed: error -48: no more memory: 23 code units are needed
1390713907 1: fruit\x00juice lemon blackberry
1390813908
1390913909/abc/
13910+ 123abc123\=replace=XYZ
13911+ 1: 123XYZ123
13912+ 123abc123\=replace=[10]XYZ
13913+ 1: 123XYZ123
13914+ \= Expect error
13915+ 123abc123\=replace=[9]XYZ
13916+ Failed: error -48: no more memory
13917+ 123abc123\=substitute_overflow_length,replace=[9]XYZ
13918+ Failed: error -48: no more memory: 10 code units are needed
13919+ 123abc123\=substitute_overflow_length,replace=[6]XYZ
13920+ Failed: error -48: no more memory: 10 code units are needed
13921+ 123abc123\=substitute_overflow_length,replace=[1]XYZ
13922+ Failed: error -48: no more memory: 10 code units are needed
13923+ 123abc123\=substitute_overflow_length,replace=[0]XYZ
13924+ Failed: error -48: no more memory: 10 code units are needed
13925+
13926+ /abc/
13927+ 123abc123\=replace=XY
13928+ 1: 123XY123
13929+ 123abc123\=replace=[9]XY
13930+ 1: 123XY123
13931+ 123abc123\=replace=[9]XY,substitute_literal
13932+ 1: 123XY123
13933+ \= Expect error
13934+ 123abc123\=replace=[8]XY,substitute_overflow_length
13935+ Failed: error -48: no more memory: 9 code units are needed
13936+ 123abc123\=replace=[8]XY,substitute_overflow_length,substitute_literal
13937+ Failed: error -48: no more memory: 9 code units are needed
13938+ 123abc123\=replace=[6]XY,substitute_overflow_length
13939+ Failed: error -48: no more memory: 9 code units are needed
13940+ 123abc123\=replace=[6]XY,substitute_overflow_length,substitute_literal
13941+ Failed: error -48: no more memory: 9 code units are needed
13942+ 123abc123\=replace=[5]XY,substitute_overflow_length
13943+ Failed: error -48: no more memory: 9 code units are needed
13944+ 123abc123\=replace=[5]XY,substitute_overflow_length,substitute_literal
13945+ Failed: error -48: no more memory: 9 code units are needed
13946+ 123abc123\=replace=[4]XY,substitute_overflow_length
13947+ Failed: error -48: no more memory: 9 code units are needed
13948+ 123abc123\=replace=[4]XY,substitute_overflow_length,substitute_literal
13949+ Failed: error -48: no more memory: 9 code units are needed
13950+ 123abc123\=replace=[3]XY,substitute_overflow_length
13951+ Failed: error -48: no more memory: 9 code units are needed
13952+ 123abc123\=replace=[3]XY,substitute_overflow_length,substitute_literal
13953+ Failed: error -48: no more memory: 9 code units are needed
13954+ 123abc123\=replace=[2]XY,substitute_overflow_length
13955+ Failed: error -48: no more memory: 9 code units are needed
13956+ 123abc123\=replace=[2]XY,substitute_overflow_length,substitute_literal
13957+ Failed: error -48: no more memory: 9 code units are needed
13958+
13959+ /abc/substitute_literal
13960+ 123abc123\=replace=XYZ
13961+ 1: 123XYZ123
13962+ 123abc123\=replace=[10]XYZ
13963+ 1: 123XYZ123
13964+ \= Expect error
1391013965 123abc123\=replace=[9]XYZ
1391113966Failed: error -48: no more memory
1391213967 123abc123\=substitute_overflow_length,replace=[9]XYZ
@@ -15154,7 +15209,7 @@ No match
1515415209/abcd/null_context
1515515210 abcd\=null_context
1515615211 0: abcd
15157- \= Expect error - not allowed together
15212+ \= Expect not allowed together
1515815213 abcd\=null_context,find_limits
1515915214** Not allowed together: find_limits null_context
1516015215 abcd\=allusedtext,startchar
@@ -18088,6 +18143,9 @@ Failed: error -55 at offset 3 in replacement: requested value is not set
1808818143/abc/replace=\U$0,substitute_extended,substitute_case_callout=a.U.b.V.
1808918144 XabcY
1809018145 1: XUVcY
18146+ \= Expect not supported
18147+ XabcY\=null_context
18148+ ** Replacement case callouts are not supported with null_context.
1809118149
1809218150/a/substitute_extended
1809318151 XaY\=replace=\U$0,substitute_case_callout=a.U.
0 commit comments