about summary refs log tree commit diff stats
path: root/subx/021translate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/021translate.cc')
-rw-r--r--subx/021translate.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc
index f262bcd6..e43ea894 100644
--- a/subx/021translate.cc
+++ b/subx/021translate.cc
@@ -132,5 +132,8 @@ void slurp(const char* filename, string& out) {
   fout.str().swap(out);
 }
 
+:(after "Begin run() For Scenarios")
+perform_all_transforms(text_bytes);
+
 :(before "End Includes")
 using std::ios;