From b3f6b33e4b31667b9b43708730f6f75f25e8ff57 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Mar 2011 06:07:35 +0100 Subject: tests: exercise tests new "==" operator * tests/misc/test: Exercise the new operator. * NEWS (Changes in behavior): Mention it. --- tests/misc/test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/misc/test') diff --git a/tests/misc/test b/tests/misc/test index 396660b99..f515b7f32 100755 --- a/tests/misc/test +++ b/tests/misc/test @@ -132,6 +132,8 @@ my @Tests = ['streq-1', qw(t = t)], ['streq-2', qw(t = f), {EXIT=>1}], + ['streqeq-1', qw(t == t)], + ['streqeq-2', qw(t == f), {EXIT=>1}], ['streq-3', qw(! = !)], ['streq-4', qw(= = =)], ['streq-5', "'(' = '('"], -- cgit v1.2.3-54-g00ecf