fune/js/xpconnect/tests/chrome/utf8_subscript.js
Andrew McCreight d8c43d0ea1 Bug 1793227, part 3 - Automatic fixes for js/xpconnect/tests/chrome. r=kmag
Also change .eslintignore to cover the other directories.

This also fixes the indentation the automatic fixer messed up in a few XHTML files.

Differential Revision: https://phabricator.services.mozilla.com/D158503
2022-10-10 22:22:00 +00:00

5 lines
120 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// -*- coding: utf-8; indent-tabs-mode: nil -*-
var str = "𝔘𝔫𝔦𝔠𝔬𝔡𝔢";
function f() {
return 42;
}