Permalink
Please sign in to comment.
Browse files
String length operators now counts code points, not bytes (#145)
The length operator ${#s} returns the number of code points now instead
of the number of bytes. Also added a test for this. Addresses #142.
* Change hard tab to soft tab- Loading branch information...
Showing
with
10 additions
and 2 deletions.
- +3 −1 core/word_eval.py
- +7 −1 spec/var-op-other.test.sh
0 comments on commit
5f4ef18