diff options
Diffstat (limited to '061text.mu')
-rw-r--r-- | 061text.mu | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/061text.mu b/061text.mu index 6961199e..7215f31c 100644 --- a/061text.mu +++ b/061text.mu @@ -380,19 +380,6 @@ scenario text-append-multiary [ ] ] -scenario text-append-multiary-heterogeneous-types [ - run [ - local-scope - n:number <- copy 34 - c:character <- copy 111/o - z:text <- append [abc ], n, c - 10:array:character/raw <- copy *z - ] - memory-should-contain [ - 10:array:character <- [abc 34o] - ] -] - scenario replace-character-in-text [ run [ local-scope |