Trying to run Sticker’s BDD tests in CF11 u2 and several (but not all) of the describe blocks throw a compile-time error:
Invalid construct: Either argument or name is missing.
This is definitely a CF bug not a Testbox one, but I’m wondering if anyone else has encountered it and has any workarounds?
I’ve tried adding named arguments and un-nesting inline structs, but neither of these changes anything, and the same constructs don’t throw an error in all cases.
For example, in BundleTest,getAssets compiles, but addAsset doesn’t - is there a syntax difference I’m missing?
https://github.com/pixl8/sticker/blob/master/tests/tests/BundleTest.cfc