Fix escaping in ++wood.

This commit is contained in:
Dan Haffey 2013-11-10 01:38:11 -08:00
parent 77133b76ba
commit f1b1fc258e

View File

@ -2495,7 +2495,7 @@
['.' d]
=+ e=(dec (met 2 c))
=+ f=(rsh 2 e c)
[(add ?:((lte f 9) 48 87) f) $(c (end 2 e a))]
[(add ?:((lte f 9) 48 87) f) $(c (end 2 e c))]
' ' ['.' d]
'.' ['~' '.' d]
'~' ['~' '~' d]