Find an alternative to expect
that supports UTF-8 and runs on CI
#28
Labels
bug
Something isn't working
expect
that supports UTF-8 and runs on CI
#28
expect
seemed like a good enough way to test that Linenoise completions were working correctly but I ran into two problems with it. First, I couldn't get it working on CI so I had to just make sure to run it locally. That was inconvenient but not that big of a deal. Second, I just found out that the defaultexpect
on macOS doesn't support UTF-8 characters by default which means that I can't automatically test new PRs like #27.Ideally, there'd be a library in Crystal to do this but I'm not aware of any of them. Likely, I'll have to use something written in another language or maybe port something to Crystal. There are definitely a bunch of options out there.
The text was updated successfully, but these errors were encountered: