Skip to content
  • Hans-Peter Deifel's avatar
    minimize tests: Require newline before EOF · c7fc3340
    Hans-Peter Deifel authored
    A final newline is automatically inserted by many traditional unix tools and
    editors, which makes editing .mini files rather hard with e.g
    
     - vim, emacs,
     - `copar minimize foo.input > foo.mini`.
    
    All of the above insert a trailing newline automatically.
    c7fc3340