pecu.0.6: Disable the tests on OCaml 5.2 (\r\n are now parsed differently)
Kate 2 years ago b791f781 90d8c520
··· 17 18 depends: [ 19 "ocaml" {>= "4.03.0"} 0 20 "dune" {>= "1.4"} 21 "fmt" {with-test} 22 "alcotest" {with-test}
··· 17 18 depends: [ 19 "ocaml" {>= "4.03.0"} 20 + "ocaml" {with-test & < "5.2"} 21 "dune" {>= "1.4"} 22 "fmt" {with-test} 23 "alcotest" {with-test}