Skip to content
Snippets Groups Projects
Commit f427e6af authored by Ralf Jung's avatar Ralf Jung
Browse files

sed script: be less strict about spacing

parent 3424ace5
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ s/\b(inv|iris|(gen|inv)_heap|(Gen|Inv)Heap|proph_map|ProphMap|[oO]wnP|[hH]eap)G\ ...@@ -157,7 +157,7 @@ s/\b(inv|iris|(gen|inv)_heap|(Gen|Inv)Heap|proph_map|ProphMap|[oO]wnP|[hH]eap)G\
s/\b([iI]nv|iris|(gen|inv)_heap|(Gen|Inv)Heap|proph_map|ProphMap|[oO]wnP|[hH]eap)PreG\b/\1GpreS/g s/\b([iI]nv|iris|(gen|inv)_heap|(Gen|Inv)Heap|proph_map|ProphMap|[oO]wnP|[hH]eap)PreG\b/\1GpreS/g
# iris.proofmode.tactics → iris.proofmode.proofmode # iris.proofmode.tactics → iris.proofmode.proofmode
s/\bproofmode\.tactics\b/proofmode.proofmode/ s/\bproofmode\.tactics\b/proofmode.proofmode/
s/(From iris\.proofmode Require (Import|Export).*)\btactics\b/\1proofmode/ s/(From +iris\.proofmode +Require +(Import|Export).*)\btactics\b/\1proofmode/
EOF EOF
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment