1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 17:59:30 +00:00

Update tests

This commit is contained in:
Étienne Fildadut 2021-06-18 15:33:04 +02:00
parent 7b0563b9dc
commit f0cacd6f08

View file

@ -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