Describe the bug
After installing wheels-basecoat in a Wheels application and attempting to run its tests, the test suite fails with a CFML syntax parsing error.
Error message:
Invalid Syntax Closing [#] not found, at [110:37] in [
it("uiToaster renders a #toaster live region", () => {
];
Failed at:
/vendor/wheels-basecoat/tests/BasecoatV2Spec.cfc:110
This appears to be caused by the # character inside the test description string being interpreted incorrectly by CFML.
To Reproduce
Steps to reproduce the behavior:
- Install
wheels-basecoat in a Wheels application
- Run the package tests
- Observe the syntax parsing error in
BasecoatV2Spec.cfc
Expected behavior
The tests should run successfully without CFML syntax parsing errors.
Screenshots

Desktop:
OS: Any
Describe the bug
After installing wheels-basecoat in a Wheels application and attempting to run its tests, the test suite fails with a CFML syntax parsing error.
Error message:
This appears to be caused by the
#character inside the test description string being interpreted incorrectly by CFML.To Reproduce
Steps to reproduce the behavior:
wheels-basecoatin a Wheels applicationBasecoatV2Spec.cfcExpected behavior
The tests should run successfully without CFML syntax parsing errors.
Screenshots

Desktop:
OS: Any