Commit c7f14a2
committed
Fix syntax error for 0.13.x version of
In 0.13.0, the parser was changed so it wouldn't allow strings with
invalid Unicode. `\ffff` is now a syntax error. To get around this
issue, we move it to the FFI.
This isn't the only way to fix this problem, but it should still allow
the same behavior of the test without changing the spirit of the test.
If there's a different way to solve this problem that we'd prefer, we
should do that instead.purs
1 parent ca4d80f commit c7f14a2
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments