From c8cda71ba02ab0986e3d4d839088aabdd02b37fa Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 22 Feb 2018 19:40:55 -0400 Subject: - Added tests for JS procedure translation. --- new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation/js') diff --git a/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux b/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux index 7fe3f545c..dc6d48bd8 100644 --- a/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/js/procedure/host.jvm.lux @@ -16,9 +16,9 @@ (do-template [ ] [(def: ( _) @.Nullary )] - [js//null "null"] + [js//null "null"] [js//undefined "undefined"] - [js//object "{}"] + [js//object "{}"] ) (def: (js//global proc translate inputs) -- cgit v1.2.3