Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fwtree/doc/   (Sun/Oracle ©)  Datei vom 28.0.2020 mit Größe 308 B image not shown  

Quelle  regress-305002.js   Sprache: unbekannt

 
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


//-----------------------------------------------------------------------------
var BUGNUMBER = 305002;
var summary = '[].every(f) == true';
var actual = '';
var expect = '';

printBugNumber(BUGNUMBER);
printStatus (summary);

var notcalled = true;

function callback()
{
  notcalled = false;
}

expect = true;
actual = [].every(callback) && notcalled;

reportCompare(expect, actual, summary);

Messung V0.5 in Prozent
C=89 H=89 G=88

[zur Elbe Produktseite wechseln0.16QuellennavigatorsAnalyse erneut starten2026-05-09]