From dd257f7c22a5c354ea6ba695a1b7f3ac0ac5fb78 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 30 Apr 2003 21:51:27 +0000 Subject: [PATCH] Improving readability. --- js/tests/js1_5/Regress/regress-203841.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/js1_5/Regress/regress-203841.js b/js/tests/js1_5/Regress/regress-203841.js index e67aa33144e5..af35bdbdcaac 100644 --- a/js/tests/js1_5/Regress/regress-203841.js +++ b/js/tests/js1_5/Regress/regress-203841.js @@ -35,7 +35,7 @@ * * * Date: 29 April 2003 -* SUMMARY: Testing merge of if-clause and boolean expressions +* SUMMARY: Testing merged if-clauses * * See http://bugzilla.mozilla.org/show_bug.cgi?id=203841 * @@ -43,7 +43,7 @@ //----------------------------------------------------------------------------- var UBound = 0; var bug = 203841; -var summary = 'Testing the comma operator inside an if statement'; +var summary = 'Testing merged if-clauses'; var status = ''; var statusitems = []; var actual = '';