File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 165165 SERIES_TAIL (src_ser ) = Encode_UTF8_Char (STR_HEAD (src_ser ), VAL_CHAR (src_val ));
166166 TERM_SERIES (src_ser );
167167 if (SERIES_TAIL (src_ser ) > 1 ) UTF8_SERIES (src_ser );
168+ dst_len = SERIES_TAIL (src_ser );
168169 }
169170 else if (IS_BLOCK (src_val )) {
170171 src_ser = Form_Tight_Block (src_val );
Original file line number Diff line number Diff line change @@ -751,6 +751,9 @@ Rebol [
751751 --test-- "APPEND string! char!"
752752 --assert "a" = append "" #"a"
753753 --assert "←" = append "" #"^(2190)" ; wide char
754+ ;@@ https://github.com/Oldes/Rebol-issues/issues/2683
755+ --assert "a" = append /part "" #"a" 10
756+ --assert "←" = append /part "" #"^(2190)" 10
754757===end-group===
755758
756759===start-group=== "APPEND ref!"
You can’t perform that action at this time.
0 commit comments