icon: reduce maximum line length
This commit is contained in:
parent
33e7986eac
commit
24f2485b27
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@ class Icon < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
assert_equal "Hello, World!", shell_output("#{bin}/icon -P 'procedure main(); writes(\"Hello, World!\"); end'")
|
||||
args = "'procedure main(); writes(\"Hello, World!\"); end'"
|
||||
output = shell_output("#{bin}/icon -P #{args}")
|
||||
assert_equal "Hello, World!", output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue