Skip to content

Commit

Permalink
rfcstrip: fix brew style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 1, 2020
1 parent 2462f64 commit bc03474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/rfcstrip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def install
resource("rfc1149").stage do
stripped = shell_output("#{bin}/rfcstrip rfc1149.txt")
assert !stripped.match(/\[Page \d+\]/) # RFC page numbering
assert !stripped.include?("\f") # form feed a.k.a. Control-L
assert stripped.exclude?("\f") # form feed a.k.a. Control-L
end
end
end

0 comments on commit bc03474

Please sign in to comment.