about summary refs log tree commit diff
path: root/tests/work
diff options
context:
space:
mode:
Diffstat (limited to 'tests/work')
-rw-r--r--tests/work/command-line-tool.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/work/command-line-tool.scm b/tests/work/command-line-tool.scm
index c008412..93b97d4 100644
--- a/tests/work/command-line-tool.scm
+++ b/tests/work/command-line-tool.scm
@@ -30,4 +30,8 @@
   'float
   (match-type 1 'float))
 
+(test-equal "match float to float"
+  'float
+  (match-type 1.3 'float))
+
 (test-end "work.command-line-tool")