From f21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 6 Jun 2022 01:17:43 -0400 Subject: Added extensions to JS interop for working with "undefined" values. --- stdlib/source/test/lux/ffi.js.lux | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdlib/source/test') diff --git a/stdlib/source/test/lux/ffi.js.lux b/stdlib/source/test/lux/ffi.js.lux index fa58458ae..6fe42ec08 100644 --- a/stdlib/source/test/lux/ffi.js.lux +++ b/stdlib/source/test/lux/ffi.js.lux @@ -143,6 +143,9 @@ (|> (TextDecoder::new encoding) (TextDecoder::decode binary))) )))) + (_.coverage [/.undefined /.undefined?] + (and (not (/.undefined? number)) + (/.undefined? (/.undefined)))) $/export.test ))))) -- cgit v1.2.3