savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Fix CI breakage related to unicode escapes. #355

Closed jemc closed 1 year ago

jemc commented 1 year ago

Apparently unicode escapes haven't been working this entire time, but I just hadn't used them in a real program yet, and hadn't tested them, so I hadn't noticed.

PR #351 added a test that exercised this, but we didn't see a CI failure somehow and it got merged anyway.

This commit fixes the broken code for handling unicode escapes.