diff -r d9eaf22f13ea -r 5414b157613a backend.py --- a/backend.py Fri Oct 11 21:47:20 2019 +0200 +++ b/backend.py Fri Oct 11 22:56:23 2019 +0200 @@ -1,4 +1,4 @@ -# 2.6.0 backend +# 2.6.1 backend # written by VB. @@ -633,7 +633,7 @@ result += codegen(Symbol('lineQuote', '| ' + l[space:])) return code(result) - elif ctype == "textsection": + elif ctype == "textsectionu": result = '' ll = obj[1].splitlines() space = len(ll[-1]) - 2