mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Fix escaping in ++wood.
This commit is contained in:
parent
77133b76ba
commit
f1b1fc258e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user