use strict;
use warnings;
use Test::More;
use App::RecordStream::Test::OperationHelper;
BEGIN { use_ok( 'App::RecordStream::Operation::annotate' ) };
my $input = <do_match(
'annotate',
[qw(--keys priority), '{{zap}} = bar'],
$input,
$output
);
$output = <