diff options
author | Eduardo Julian | 2022-11-23 20:35:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-23 20:35:07 -0400 |
commit | 44cff1dcbd6cd23ef455923b707104302dde1aad (patch) | |
tree | 8351360a41980e01cbb8124a03264d17775553fd /stdlib/source/test/lux/world/file.lux | |
parent | 224797231a8144f6ead1baab3b4b01a74cab629c (diff) |
New arithmetic abstraction + common file extensions as constants.
Diffstat (limited to 'stdlib/source/test/lux/world/file.lux')
-rw-r--r-- | stdlib/source/test/lux/world/file.lux | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/file.lux b/stdlib/source/test/lux/world/file.lux index 35402d81a..d2f3cde55 100644 --- a/stdlib/source/test/lux/world/file.lux +++ b/stdlib/source/test/lux/world/file.lux @@ -28,7 +28,8 @@ ["[0]" unit] ["_" property (.only Test)]]]] ["[0]" / - ["[1][0]" watch]] + ["[1][0]" watch] + ["[1][0]" extension]] [\\library ["[0]" /]] [\\specification @@ -288,4 +289,5 @@ false)))) /watch.test + /extension.test )))) |