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 Perl-Toolchain-Gang#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.
- Loading branch information