aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gie/unitconvert.gie24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/gie/unitconvert.gie b/test/gie/unitconvert.gie
index 2e06fe72..f763959b 100644
--- a/test/gie/unitconvert.gie
+++ b/test/gie/unitconvert.gie
@@ -43,4 +43,28 @@ operation proj=unitconvert z_in=rad z_out=m
accept 1 1 1 1
expect failure
+operation proj=unitconvert xy_in=0
+expect failure
+
+operation proj=unitconvert xy_out=0
+expect failure
+
+operation proj=unitconvert xy_in=1e400
+expect failure
+
+operation proj=unitconvert xy_out=1e400
+expect failure
+
+operation proj=unitconvert z_in=0
+expect failure
+
+operation proj=unitconvert z_out=0
+expect failure
+
+operation proj=unitconvert z_in=1e400
+expect failure
+
+operation proj=unitconvert z_out=1e400
+expect failure
+
</gie>