Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/strres/tests/unit/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_bug397093.js

  Sprache: JAVA
 

/* Tests getting properties from string bundles with incorrect encoding.
 * The string bundle contains one ascii property, one UTF-8 and one Latin-1.
 * Expected behaviour is that the whole string bundle should be rejected and
 * all GetStringFromName calls should fail.
 */


const name_ascii = "asciiProperty";
const value_ascii = "";

const name_utf8 = "utf8Property";
const value_utf8 = "";

const name_latin1 = "latin1";
const value_latin1 = "";

function run_test() {
  var StringBundle = Services.strings;
  var bundleURI = Services.io.newFileURI(do_get_file("397093.properties"));

  var bundle = StringBundle.createBundle(bundleURI.spec);

  var bundle_ascii = "",
    bundle_utf8 = "",
    bundle_latin1 = "";
  try {
    bundle_ascii = bundle.GetStringFromName(name_ascii);
  } catch (e) {}
  Assert.equal(bundle_ascii, value_ascii);

  try {
    bundle_utf8 = bundle.GetStringFromName(name_utf8);
  } catch (e) {}
  Assert.equal(bundle_utf8, value_utf8);

  try {
    bundle_latin1 = bundle.GetStringFromName(name_latin1);
  } catch (e) {}
  Assert.equal(bundle_latin1, value_latin1);
}

Messung V0.5 in Prozent
C=90 H=95 G=92

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.