Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_bug1773802.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/editor/spellchecker/tests/test_bug1773802.html


<!DOCTYPE html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1773802
-->

<head>
  <meta charset="utf-8">
  <title>Test for Bug 1773802</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css">
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1773802">Mozilla Bug 1773802</a>
<p id="display"></p>
</div>

<textarea id="editor">correct правильный, incarrect непровильный</textarea>

<pre id="test">
<script class="testbody" type="text/javascript">

const Ci = SpecialPowers.Ci;

let { maybeOnSpellCheck } = SpecialPowers.ChromeUtils.importESModule(
  "resource://testing-common/AsyncSpellCheckTestHelper.sys.mjs"
);

function getMisspelledWords(editor) {
  return editor.selectionController.getSelection(Ci.nsISelectionController.SELECTION_SPELLCHECK).toString();
}

/** Test for Bug 1773802 **/
SimpleTest.waitForExplicitFinish();
addLoadEvent(start);
async function start() {
  let script = SpecialPowers.loadChromeScript(() => {
    /* eslint-env mozilla/chrome-script */
    // eslint-disable-next-line mozilla/use-services
    let dir = Cc["@mozilla.org/file/directory_service;1"]
                .getService(Ci.nsIProperties)
                .get("CurWorkD", Ci.nsIFile);
    dir.append("tests");
    dir.append("editor");
    dir.append("spellchecker");
    dir.append("tests");

    let hunspell = Cc["@mozilla.org/spellchecker/engine;1"]
                     .getService(Ci.mozISpellCheckingEngine);

    // Install ru-RU dictionary.
    let ru_RU = dir.clone();
    ru_RU.append("ru-RU");
    hunspell.addDirectory(ru_RU);

    addMessageListener("destroy", () => hunspell.removeDirectory(ru_RU));
    addMessageListener("ru_RU-exists", () => ru_RU.exists());
  });
  is(await script.sendQuery("ru_RU-exists"), true,
     "true expected (ru_RU directory should exist)");

  let textarea = document.getElementById("editor");
  let editor = SpecialPowers.wrap(textarea).editor;
  textarea.focus();

  maybeOnSpellCheck(textarea, () => {
    let isc = SpecialPowers.wrap(textarea).editor.getInlineSpellChecker(false);
    ok(isc, "Inline spell checker should exist after focus and spell check");
    let spellchecker = isc.spellChecker;

    spellchecker.setCurrentDictionaries(["en-US""ru-RU"]).then(async () => {
      textarea.blur();
      textarea.focus();
      maybeOnSpellCheck(textarea, async function() {
        let currentDictionaries = spellchecker.getCurrentDictionaries();

        is(currentDictionaries.length, 2"expected two dictionaries");
        is(currentDictionaries[0], "en-US""expected en-US");
        is(currentDictionaries[1], "ru-RU""expected ru-RU");
        is(getMisspelledWords(editor), "incarrectнепровильный""some misspelled words expected: incarrect непровильный");

        // Remove the fake ru_RU dictionary again.
        await script.sendQuery("destroy");

        // This will clear the content preferences and reset "spellchecker.dictionary".
        spellchecker.setCurrentDictionaries([]).then(() => {
          SimpleTest.finish();
        });
      });
    });
  });
}
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=96 H=99 G=97

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

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik