Skip to content

Commit

Permalink
see test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Feb 25, 2025
1 parent 1dc5ed0 commit e4a7e42
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/equinox_bundle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ return utils
end
end

__VERSION__="0.1-357"
__VERSION__="0.1-358"

local Compiler = require("compiler")
local Optimizer = require("ast_optimizer")
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1-357
0.1-358
2 changes: 2 additions & 0 deletions tests/sout/see.eqx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
see {
see max
see +
2 changes: 2 additions & 0 deletions tests/sout/see.eqx.expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ function _c1_()
push(depth())
apush(pop())
end
N/A. Alias
N/A. Macro (immediate word)
2 changes: 2 additions & 0 deletions tests/sout/see.eqx.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ function _c1_()
push(depth())
apush(pop())
end
N/A. Alias
N/A. Macro (immediate word)

0 comments on commit e4a7e42

Please sign in to comment.