1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-16 08:17:41 +00:00

Change tracev to upscope, add test

This commit is contained in:
Andrew Owen
2021-01-21 23:40:28 -07:00
parent 634219da2c
commit 1fcaffe6b0
2 changed files with 6 additions and 1 deletions

View File

@@ -320,4 +320,8 @@
(array/push a x))
(assert (deep= (range 4) a) "eachk 1")
(tracev (def my-unique-var-name true))
(assert my-unique-var-name "tracev upscopes")
(end-suite)