diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:52:22 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:52:22 -0500 |
| commit | 07f0a18136a7883d1f3edd3e08253bd3020294a8 (patch) | |
| tree | 940ef3ecc108bf8fa37f811f8ca9887efb201d22 /test | |
| parent | 0fe255a7c1ea7f8c324bfa58cdfb2c77f06bd823 (diff) | |
Fix endptr stuff in parser
Diffstat (limited to 'test')
| -rw-r--r-- | test/strings.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/strings.tm b/test/strings.tm index a7631824..7d54b811 100644 --- a/test/strings.tm +++ b/test/strings.tm @@ -6,5 +6,5 @@ >> str:lower():title() = "Hello Amélie!" ->> \UE9 +>> \U00E9 = "é" |
