Expression Refactor
- E9 now uses Arg object in place of Term. This means A3 and E9 are now using a common object.
This commit is contained in:
@@ -45,7 +45,6 @@ qx{../src/task rc:bug.rc add one +ordinary};
|
||||
qx{../src/task rc:bug.rc add two +\@strange};
|
||||
|
||||
my $output = qx{../src/task rc:bug.rc long +ordinary};
|
||||
diag ($output);
|
||||
like ($output, qr/one/, '+ordinary explicitly included'); # 2
|
||||
unlike ($output, qr/two/, '@strange implicitly excluded');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user