about summary refs log tree commit diff stats
path: root/051scenario_test.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-21 10:01:12 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-21 10:04:38 -0800
commit3f7eed6c600d6fb10ad6ae279f87541af69af9a2 (patch)
tree5b39a6c193697fd86746873d1252e180edbc43f7 /051scenario_test.mu
parent167d0ca0d62f46598ea7385a11fa64ec935b5269 (diff)
downloadmu-3f7eed6c600d6fb10ad6ae279f87541af69af9a2.tar.gz
2467 - rename 'string' to 'text' everywhere
Not entirely happy with this. Maybe we'll find a better name. But at
least it's an improvement.

One part I *am* happy with is renaming string-replace to replace,
string-append to append, etc. Overdue, now that we have static dispatch.
Diffstat (limited to '051scenario_test.mu')
-rw-r--r--051scenario_test.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/051scenario_test.mu b/051scenario_test.mu
index 3e2e5462..4f86c188 100644
--- a/051scenario_test.mu
+++ b/051scenario_test.mu
@@ -30,7 +30,7 @@ scenario scenario_with_multiple_comments_in_mu [
   ]
 ]
 
-scenario check_string_in_memory [
+scenario check_text_in_memory [
   run [
     1:number <- copy 3
     2:character <- copy 97  # 'a'