Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openjdk/test/jdk/sun/tools/jmap/   (Sun/Oracle ©)  Datei vom 13.11.2022 mit Größe 20 B image not shown  

Quellcode-Bibliothek browser_env_path_long.js   Sprache: unbekannt

 
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/publicdomain/zero/1.0/

// Test that the browser starts even when PATH would expand to a detrimentally
// long value.
add_task(async function test() {
  await BrowserTestUtils.withNewTab(
    { gBrowser, url: "about:blank" },
    function () {
      ok(
        true,
        "Browser should start even with potentially pathologically long PATH."
      );
    }
  );
});

Messung V0.5 in Prozent
C=77 H=99 G=88

[0.29QuellennavigatorsProjekt 2026-06-05]