Skip to content

Commit 400cb24

Browse files
committed
tippecanoe: Use language-specific heredoc delimiters
1 parent 07b193e commit 400cb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/tippecanoe.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def install
2727
end
2828

2929
test do
30-
(testpath/"test.json").write <<~EOS
30+
(testpath/"test.json").write <<~JSON
3131
{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}
32-
EOS
32+
JSON
3333
safe_system bin/"tippecanoe", "-o", "test.mbtiles", "test.json"
3434
assert_predicate testpath/"test.mbtiles", :exist?, "tippecanoe generated no output!"
3535
end

0 commit comments

Comments
 (0)