use raw string for dialogue lines in hollywoo

This commit is contained in:
2021-11-01 11:20:08 -04:00
parent ef343ea1d3
commit dd78271098

View File

@@ -16,5 +16,5 @@
wryly wryly
(R.namedGroup "line" (R.repeat R.anyChar 1)) (R.namedGroup "line" (R.repeat R.anyChar 1))
R.end) R.end)
#"(onPhoneSpeech \"$(group "name")\" \"$(let [w (group "wryly")] (if w (w.substr 1 (- w.length 3)) ""))\" \"$(group "line")\" cc)"# #####"(onPhoneSpeech \"$(group "name")\" \"$(let [w (group "wryly")] (if w (w.substr 1 (- w.length 3)) ""))\" ##\"$(group "line")\"## cc)"#####
"m")) "m"))