diff options
Diffstat (limited to 'src/interp/record.boot')
-rw-r--r-- | src/interp/record.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/record.boot b/src/interp/record.boot index 98b75b32..a97b7111 100644 --- a/src/interp/record.boot +++ b/src/interp/record.boot @@ -135,7 +135,7 @@ hyperize(u,w) == res := reverse $testOutputLineList null res => '"" null rest res => first res - "STRCONC"/[first res,:[STRCONC("\newline ",x) for x in rest res]] + strconc/[first res,:[strconc("\newline ",x) for x in rest res]] verbatimize u == u = '"" => u |