Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test oneliner without double escaping dollar sign
Fix #355 Double escaping '$' for Makefile usage is fine, but we should not use such a syntax while testing and trying to run the oneliner output. This change is 'unescaping' the '$$' to '$' so we can perform some extra checks while using oneliner. Otherwise as shown in this example a simple 'my $foo' test will fail. Note we also have to unescape braces '{{' and '}}' used in dmake... A better solution would be to produce a Makefile and run it directly.
- Loading branch information