From bb16d7e4a3307cc9540f368cf5c354a72af8ec61 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Jun 2022 03:34:49 -0400 Subject: Made the `` macro extensible. --- stdlib/source/test/lux.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 37d57a3ac..aa18015e5 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -66,13 +66,13 @@ ["[1][0]" ffi] ["[1][0]" extension] ["[1][0]" target (.only) - (~~ (.for "{old}" (~~ (.these ["[1]/[0]" jvm])) - "JVM" (~~ (.these ["[1]/[0]" jvm])) - "JavaScript" (~~ (.these ["[1]/[0]" js])) - "Lua" (~~ (.these ["[1]/[0]" lua])) - "Python" (~~ (.these ["[1]/[0]" python])) - "Ruby" (~~ (.these ["[1]/[0]" ruby])) - (~~ (.these))))] + (.~~ (.for "{old}" (.~~ (.these ["[1]/[0]" jvm])) + "JVM" (.~~ (.these ["[1]/[0]" jvm])) + "JavaScript" (.~~ (.these ["[1]/[0]" js])) + "Lua" (.~~ (.these ["[1]/[0]" lua])) + "Python" (.~~ (.these ["[1]/[0]" python])) + "Ruby" (.~~ (.these ["[1]/[0]" ruby])) + (.~~ (.these))))] ]))) (def: for_bit -- cgit v1.2.3