Skip to content

Headache erases some lines #4

Description

@Halbaroth

I used headache on my project but it seems to remove some lines. Let see a MRE:

The header:

  foo foo

The OCaml file:

(**************************************************************************)
(*    foo                                                                 *)
(**************************************************************************)
open Format

(* foo *)

The expected result with the command headache -h header.txt source.ml:

(**************************************************************************)
(*    foo foo                                                             *)
(**************************************************************************)
open Format

(* foo *)

The actual result:

(**************************************************************************)
(*    foo foo                                                             *)
(**************************************************************************)

(* foo *)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions