File: test-normalizer.sed

package info (click to toggle)
coq-record-update 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 208 kB
  • sloc: makefile: 38; sed: 6
file content (13 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# convert Windows line endings to UNIX line endings
s/\r$//
# adjust for https://github.com/coq/coq/pull/13656
s/subgoal/goal/g
# remove these lines added in https://github.com/coq/coq/pull/14596
# (for backwards compatible output)
/^Arguments/d
# same PR adds additional blank lines
/^$/d
# locations in Fail added in https://github.com/coq/coq/pull/15174
/^File/d
# extra space removed in https://github.com/coq/coq/pull/16130
s/= $/=/