WebCompiler icon indicating copy to clipboard operation
WebCompiler copied to clipboard

The SCSS compile Scss test is failing due to a change of URL

Open garyhuntddn opened this issue 1 year ago • 2 comments

Assuming the code produces the right result then this patch fixes the test to include the ../ prefix

garyhuntddn avatar Jun 19 '23 20:06 garyhuntddn

Following on from the re-write of the MakeRelative function I've done in the other PR - be careful accepting this as it might not be correct. It might make the test pass - but I can't determine yet whether it's the code or the test at fault.

garyhuntddn avatar Jun 20 '23 01:06 garyhuntddn

Only seeing this PR now - from what I understand the test is correct but the MakeRelative function is never called due to an error in the node execution, see #86

Velociraptor45 avatar Jul 31 '23 14:07 Velociraptor45