From 5c7f901bf35a6b4801cecb6c41cc62be2fdb5c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2020 08:35:46 +0000 Subject: cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (fixes #2012) --- test/cli/testvarious | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/cli/testvarious') diff --git a/test/cli/testvarious b/test/cli/testvarious index 6c00ba13..6d773c4c 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -997,6 +997,11 @@ $EXE -f %.7f +proj=longlat +over +datum=WGS84 +to proj=merc +a=6378137 +b=637813 -181 49 EOF +echo "##############################################################" >> ${OUT} +echo "Test EPSG:xxxx EPSG:yyyy filename" >> ${OUT} +echo "2 49" > tmp.txt +$EXE EPSG:4326 EPSG:4326 tmp.txt -E >> ${OUT} +rm tmp.txt # Done! # do 'diff' with distribution results -- cgit v1.2.3