perlang-org / perlang

The Perlang Programming Language
https://perlang.org
MIT License
16 stars 1 forks source link

(tests) Add `AsciiString_indexed_outside_string` test #449

Closed perlun closed 5 months ago

perlun commented 5 months ago

...to ensure that we throw the expected error in this case. This was an idea I got while working on the native AsciiString implementation.