You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update package set
* Fix escaped Unicode hex literals parsing
The Char type represents a UTF-16 code unit, while String can contain
any UTF-8 code unit. The same logic for escaping Unicode hexadecimal
literals was used by both String and Char literal parsers. This caused
a bug that prevented PureScript source code from having string literals
containing UTF-8 hexadecimal literals representing code units larger
than two bytes.
* Add tests for Unicode hex literals
* Update bench and parse-package-set dependencies
* Update CONTRIBUTORS.md
* Update parse-package-set's test package set.
---------
Co-authored-by: Nathan Faubion <[email protected]>
0 commit comments