c-cube / qcheck

QuickCheck inspired property-based testing for OCaml.
https://c-cube.github.io/qcheck/
BSD 2-Clause "Simplified" License
345 stars 37 forks source link

Fix asciidoc error #284

Closed jamesjer closed 1 year ago

jamesjer commented 1 year ago

Fixes this error with asciidoc 10.2.0 (and fixes incorrect output as well):

$ asciidoc README.adoc 
asciidoc: ERROR: README.adoc: line 411: illegal style name: @@deriving qcheck
jmid commented 1 year ago

Great, thanks! :pray: