mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Update tests
This commit is contained in:
parent
7b0563b9dc
commit
f0cacd6f08
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ return a
|
||||||
|
|
||||||
test("preprocessor placeholder function", [[
|
test("preprocessor placeholder function", [[
|
||||||
#placeholder('foo')
|
#placeholder('foo')
|
||||||
]], 5, { foo = "return 5" })
|
]], 5, { preprocessorEnv = { foo = "return 5" } })
|
||||||
|
|
||||||
test("preprocessor options", [[
|
test("preprocessor options", [[
|
||||||
#if not foo == "sky" then
|
#if not foo == "sky" then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue