Differences From Artifact [b92020d7d8]:
- File ext/transmogrify.lua — part of check-in [84b6c875fb] at 2022-09-30 18:57:32 on branch trunk — "fix" macro bullshit (user: lexi, size: 3901) [annotate] [blame] [check-ins using]
To Artifact [3dcf8ba97f]:
- File ext/transmogrify.lua — part of check-in [f673b2abfe] at 2022-12-14 08:43:47 on branch trunk — add workaround for broken luac (user: lexi, size: 3901) [annotate] [blame] [check-ins using]
8 8 ['--->'] = '⟶'; 9 9 ['<---'] = '⟵'; 10 10 ['----'] = '⸻'; 11 11 }; 12 12 13 13 { 14 14 ['<==>'] = '⟺'; 15 - ['===>'] = '⇐'; 15 + ['===>'] = '⟹'; 16 16 ['<==='] = '⟸'; 17 17 }; 18 18 19 19 { 20 20 ['<->'] = '↔'; 21 21 ['-->'] = '→'; 22 22 ['<--'] = '←';