lua-mode icon indicating copy to clipboard operation
lua-mode copied to clipboard

Use eval in lexical scope to fix tests

Open manphiz opened this issue 4 months ago • 0 comments

  • Buttercup since 1.34 starts to support oclosure, so eval will be used in dynamic scope by default.
  • This patch ensures that eval is using lexical scope to retain previous behavior and fix tests in buttercup >=1.34.

manphiz avatar Apr 21 '24 06:04 manphiz