Skip to content

Commit

Permalink
Update unicode version to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 30, 2021
1 parent 69ddbdc commit cca887f
Show file tree
Hide file tree
Showing 5 changed files with 3,152 additions and 2,635 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Update `dune` support to `2.8`, add auto-generated `opam` files.
* Add internal APIs to allow shared private APIs between the main module and the ppx rewriter
* Optimize generated code, thanks to @bobzhang
* Update unicode version to 13.0.0

2.3
* Switch to ppxlib
Expand Down
19 changes: 2 additions & 17 deletions examples/regressions.ml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
(* This test that unicode_old.ml is a strict sub-set of
* new unicode.ml. *)

let test_versions = ("6.3.0","12.1.0")
let test_versions = ("12.1.0","13.0.0")

let regressions = [
("lo",[(0x13a0,0x13f4);
(0x10d0,0x10fa);
(0x10fd,0x10ff);
(0x1885,0x1886)]);
("mc",[(0x19b0,0x19c0);
(0x19c8,0x19c9);
(0x1baa,0x1baa);
(0x1bac,0x1bad);
(0x1cf2,0x1cf3);
(0xa9bd,0xa9c0)]);
("po",[(0x166d,0x166e)]);
("other_alphabetic", [(0x19b0,0x19c0);
(0x19c8,0x19c9);
(0x1cf2,0x1cf3)])
]
let regressions = []

let interval s e =
Array.to_list
Expand Down
Loading

0 comments on commit cca887f

Please sign in to comment.