You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixPerl-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.
0 commit comments