File: test-normalizer.sed

package info (click to toggle)
coq-iris 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,196 kB
  • sloc: python: 130; makefile: 62; sh: 34; sed: 2
file content (4 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (3)
1
2
3
4
# locations in Fail, depends on local file path
/^File/d
# Ltac2 printing changed (https://github.com/coq/coq/pull/18560)
s/StringToIdent\.([a-zA-Z]+) \((.*)\)/StringToIdent.\1 \2/