[Pkg-javascript-devel] Bug#1060930: node-eslint-plugin-requirejs: FTBFS: make[1]: *** [debian/rules:22: override_dh_auto_test] Error 22

Lucas Nussbaum lucas at debian.org
Tue Jan 16 19:41:51 GMT 2024


Source: node-eslint-plugin-requirejs
Version: 4.0.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240115 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> find lib tests/lib -type f -name '*.js' -not -path 'lib/utils/rjs.js' -not -path 'lib/utils/ast.js' -not -path 'lib/rules/amd-function-arity.js' -not -path 'lib/rules/sort-amd-paths.js' -exec eslint --format tap {} +
> strict mode: "additionalItems" is ignored when "items" is not an array of schemas
> strict mode: "additionalItems" is ignored when "items" is not an array of schemas
> TAP version 13
> 1..43
> ok 1 - /<<PKGBUILDDIR>>/lib/rules/no-assign-require.js
> ok 2 - /<<PKGBUILDDIR>>/lib/rules/no-invalid-define.js
> ok 3 - /<<PKGBUILDDIR>>/lib/rules/no-conditional-require.js
> ok 4 - /<<PKGBUILDDIR>>/lib/rules/no-function-define.js
> ok 5 - /<<PKGBUILDDIR>>/lib/rules/no-commonjs-wrapper.js
> ok 6 - /<<PKGBUILDDIR>>/lib/rules/no-commonjs-return.js
> ok 7 - /<<PKGBUILDDIR>>/lib/rules/no-commonjs-module-exports.js
> ok 8 - /<<PKGBUILDDIR>>/lib/rules/enforce-define.js
> ok 9 - /<<PKGBUILDDIR>>/lib/rules/no-js-extension.js
> ok 10 - /<<PKGBUILDDIR>>/lib/rules/no-require-tourl.js
> ok 11 - /<<PKGBUILDDIR>>/lib/rules/no-amd-define.js
> ok 12 - /<<PKGBUILDDIR>>/lib/rules/no-dynamic-require.js
> ok 13 - /<<PKGBUILDDIR>>/lib/rules/no-restricted-amd-modules.js
> ok 14 - /<<PKGBUILDDIR>>/lib/rules/no-assign-exports.js
> ok 15 - /<<PKGBUILDDIR>>/lib/rules/no-multiple-define.js
> ok 16 - /<<PKGBUILDDIR>>/lib/rules/no-invalid-require.js
> ok 17 - /<<PKGBUILDDIR>>/lib/rules/no-commonjs-exports.js
> ok 18 - /<<PKGBUILDDIR>>/lib/rules/no-named-define.js
> ok 19 - /<<PKGBUILDDIR>>/lib/rules/one-dependency-per-line.js
> ok 20 - /<<PKGBUILDDIR>>/lib/rules/no-object-define.js
> ok 21 - /<<PKGBUILDDIR>>/tests/lib/rules/no-assign-require.js
> ok 22 - /<<PKGBUILDDIR>>/tests/lib/rules/no-invalid-define.js
> ok 23 - /<<PKGBUILDDIR>>/tests/lib/rules/no-conditional-require.js
> ok 24 - /<<PKGBUILDDIR>>/tests/lib/rules/no-function-define.js
> ok 25 - /<<PKGBUILDDIR>>/tests/lib/rules/no-commonjs-wrapper.js
> ok 26 - /<<PKGBUILDDIR>>/tests/lib/rules/no-commonjs-return.js
> ok 27 - /<<PKGBUILDDIR>>/tests/lib/rules/no-commonjs-module-exports.js
> ok 28 - /<<PKGBUILDDIR>>/tests/lib/rules/amd-function-arity.js
> ok 29 - /<<PKGBUILDDIR>>/tests/lib/rules/enforce-define.js
> ok 30 - /<<PKGBUILDDIR>>/tests/lib/rules/no-js-extension.js
> ok 31 - /<<PKGBUILDDIR>>/tests/lib/rules/no-require-tourl.js
> ok 32 - /<<PKGBUILDDIR>>/tests/lib/rules/no-amd-define.js
> ok 33 - /<<PKGBUILDDIR>>/tests/lib/rules/no-dynamic-require.js
> ok 34 - /<<PKGBUILDDIR>>/tests/lib/rules/no-restricted-amd-modules.js
> ok 35 - /<<PKGBUILDDIR>>/tests/lib/rules/no-assign-exports.js
> ok 36 - /<<PKGBUILDDIR>>/tests/lib/rules/sort-amd-paths.js
> ok 37 - /<<PKGBUILDDIR>>/tests/lib/rules/no-multiple-define.js
> ok 38 - /<<PKGBUILDDIR>>/tests/lib/rules/no-invalid-require.js
> ok 39 - /<<PKGBUILDDIR>>/tests/lib/rules/no-commonjs-exports.js
> ok 40 - /<<PKGBUILDDIR>>/tests/lib/rules/no-named-define.js
> ok 41 - /<<PKGBUILDDIR>>/tests/lib/rules/one-dependency-per-line.js
> ok 42 - /<<PKGBUILDDIR>>/tests/lib/rules/no-object-define.js
> ok 43 - /<<PKGBUILDDIR>>/tests/lib/utils/ast.js
> 
> eslint --format tap lib/utils/rjs.js lib/utils/ast.js lib/rules/amd-function-arity.js lib/rules/sort-amd-paths.js | debian/tap-todo \
> 	'lib/utils/rjs.js::Arrow function used ambiguously with a conditional expression.*line: 82.*ruleId: no-confusing-arrow' \
> 	"lib/utils/ast.js::Assignment to function parameter 'node'.*line: 151.*ruleId: no-param-reassign" \
> 	'lib/rules/amd-function-arity.js::Arrow function used ambiguously with a conditional expression.*line: 82.*ruleId: no-confusing-arrow' \
> 	'lib/rules/sort-amd-paths.js::Arrow function used ambiguously with a conditional expression.*line: 74.*ruleId: no-confusing-arrow'
> strict mode: "additionalItems" is ignored when "items" is not an array of schemas
> strict mode: "additionalItems" is ignored when "items" is not an array of schemas
> TAP version 13
> 1..4
> not ok 1 - /<<PKGBUILDDIR>>/lib/utils/rjs.js
> # TODO:   ---
>   message: Arrow function used ambiguously with a conditional expression.
>   severity: error
>   data:
>     line: 82
>     column: 25
>     ruleId: no-confusing-arrow
>   ...
> not ok 2 - /<<PKGBUILDDIR>>/lib/utils/ast.js
> # TODO:   ---
>   message: Assignment to function parameter 'node'.
>   severity: error
>   data:
>     line: 137
>     column: 13
>     ruleId: no-param-reassign
>   messages:
>     - message: Assignment to function parameter 'node'.
>       severity: error
>       data:
>         line: 151
>         column: 13
>         ruleId: no-param-reassign
>   ...
> not ok 3 - /<<PKGBUILDDIR>>/lib/rules/amd-function-arity.js
> # TODO:   ---
>   message: Arrow function used ambiguously with a conditional expression.
>   severity: error
>   data:
>     line: 82
>     column: 23
>     ruleId: no-confusing-arrow
>   ...
> not ok 4 - /<<PKGBUILDDIR>>/lib/rules/sort-amd-paths.js
> # TODO:   ---
>   message: Use the 'u' flag.
>   severity: error
>   data:
>     line: 55
>     column: 22
>     ruleId: require-unicode-regexp
>   messages:
>     - message: Use the rest parameters instead of 'arguments'.
>       severity: error
>       data:
>         line: 64
>         column: 18
>         ruleId: prefer-rest-params
>     - message: Arrow function used ambiguously with a conditional expression.
>       severity: error
>       data:
>         line: 74
>         column: 48
>         ruleId: no-confusing-arrow
>   ...
> 
> # skipped 4
> # skip-patterns 4
> mocha --reporter tap tests/lib/*/*.js
> meta-schema not available
> ok 1 amd-function-arity valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 2 amd-function-arity valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 3 amd-function-arity valid \u000arequire([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 4 amd-function-arity valid \u000arequirejs([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 5 amd-function-arity valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 6 amd-function-arity valid \u000arequire(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 7 amd-function-arity valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 8 amd-function-arity valid \u000arequirejs(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 9 amd-function-arity valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 10 amd-function-arity valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 11 amd-function-arity valid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 12 amd-function-arity valid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 13 amd-function-arity valid \u000avar pathB = 'path/to/b';\u000arequire(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 14 amd-function-arity valid \u000avar pathB = 'path/to/b';\u000arequirejs(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 15 amd-function-arity valid \u000adefine(getDefinePaths(), function (a, b) {\u000a});\u000a
> meta-schema not available
> ok 16 amd-function-arity valid \u000adefine("myModule", getDefinePaths(), function (a, b) {\u000a});\u000a
> meta-schema not available
> ok 17 amd-function-arity valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequire(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 18 amd-function-arity valid \u000adefine(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 19 amd-function-arity valid \u000adefine("module", ["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 20 amd-function-arity valid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 21 amd-function-arity valid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 22 amd-function-arity valid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 23 amd-function-arity valid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 24 amd-function-arity valid \u000arequire("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 25 amd-function-arity valid \u000arequirejs("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 26 amd-function-arity valid \u000arequire("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 27 amd-function-arity valid \u000arequirejs("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 28 amd-function-arity valid \u000adefine(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 29 amd-function-arity valid \u000adefine("module", ["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 30 amd-function-arity valid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 31 amd-function-arity valid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 32 amd-function-arity valid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 33 amd-function-arity valid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 34 amd-function-arity valid \u000arequire("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 35 amd-function-arity valid \u000arequirejs("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 36 amd-function-arity valid \u000arequire("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 37 amd-function-arity valid \u000arequirejs("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 38 amd-function-arity invalid \u000adefine(["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 39 amd-function-arity invalid \u000adefine("module", ["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 40 amd-function-arity invalid \u000arequire(["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 41 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 42 amd-function-arity invalid \u000arequire(["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 43 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a, b, c) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 44 amd-function-arity invalid \u000arequire("a", function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 45 amd-function-arity invalid \u000arequirejs("a", function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 46 amd-function-arity invalid \u000arequire("a", function (a, b) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 47 amd-function-arity invalid \u000arequirejs("a", function (a, b) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 48 amd-function-arity invalid \u000adefine(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 49 amd-function-arity invalid \u000adefine("module", ["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 50 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 51 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 52 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 53 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 54 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 55 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 56 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 57 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 58 amd-function-arity invalid \u000adefine(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 59 amd-function-arity invalid \u000adefine("module", ["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 60 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 61 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 62 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 63 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 64 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 65 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 66 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 67 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 68 amd-function-arity invalid \u000adefine(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 69 amd-function-arity invalid \u000adefine("module", ["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 70 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 71 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 72 amd-function-arity invalid \u000arequire(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 73 amd-function-arity invalid \u000arequirejs(["a", "b"], function (a) {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 74 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 75 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 76 amd-function-arity invalid \u000arequire("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 77 amd-function-arity invalid \u000arequirejs("a", function () {\u000a    /* ... */\u000a}, function (err) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 78 enforce-define valid \u000adefine({ foo: 'bar' });\u000a\u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 79 enforce-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 80 enforce-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 81 enforce-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 82 enforce-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 83 enforce-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 84 enforce-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 85 enforce-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 86 enforce-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    var f = function () {\u000a        return 'foo';\u000a    };\u000a\u000a    var b = function () {\u000a        return 'bar';\u000a    };\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        },\u000a\u000a        foo: f,\u000a        bar: b\u000a    };\u000a});\u000a
> meta-schema not available
> ok 87 enforce-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 88 enforce-define valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 89 enforce-define valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 90 enforce-define valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 91 enforce-define valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 92 enforce-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 93 enforce-define valid \u000adefine(['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 94 enforce-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a.js');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 95 enforce-define valid \u000adefine('path/to/c', ['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 96 enforce-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a.js');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 97 enforce-define valid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 98 enforce-define valid \u000aexports = { foo: 'bar' };\u000a
> meta-schema not available
> ok 99 enforce-define valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 100 enforce-define valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 101 enforce-define valid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 102 enforce-define valid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 103 enforce-define valid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 104 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 105 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a
> meta-schema not available
> ok 106 enforce-define invalid \u000aexports = { foo: 'bar' };\u000a
> meta-schema not available
> ok 107 enforce-define invalid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 108 enforce-define invalid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 109 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 110 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 111 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 112 enforce-define invalid \u000a    var foo = 'foo';\u000a\u000a    function bar() {\u000a        return foo;\u000a    }\u000a\u000a    window.bar = bar;\u000a
> meta-schema not available
> ok 113 no-amd-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 114 no-amd-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 115 no-amd-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 116 no-amd-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 117 no-amd-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 118 no-amd-define valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 119 no-amd-define valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 120 no-amd-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 121 no-amd-define invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 122 no-amd-define invalid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 123 no-amd-define invalid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 124 no-amd-define invalid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 125 no-assign-exports valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 126 no-assign-exports valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 127 no-assign-exports valid \u000aexports = { foo: 'bar' };\u000a
> meta-schema not available
> ok 128 no-assign-exports invalid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 129 no-assign-require valid \u000a    foo.require = {\u000a        bar: 'bar'\u000a    };\u000a
> meta-schema not available
> ok 130 no-assign-require valid \u000a    var required = true;\u000a
> meta-schema not available
> ok 131 no-assign-require invalid \u000a    var require = {\u000a        deps: ['path/to/a', 'path/to/b'],\u000a        callback: function (a, b) {\u000a            a.foo();\u000a            b.bar();\u000a        }\u000a    };\u000a
> meta-schema not available
> ok 132 no-assign-require invalid \u000a    require = {\u000a        deps: ['path/to/a', 'path/to/b'],\u000a        callback: function (a, b) {\u000a            a.foo();\u000a            b.bar();\u000a        }\u000a    };\u000a
> meta-schema not available
> ok 133 no-assign-require invalid \u000a    window.require = {\u000a        deps: ['path/to/a', 'path/to/b'],\u000a        callback: function (a, b) {\u000a            a.foo();\u000a            b.bar();\u000a        }\u000a    };\u000a
> meta-schema not available
> ok 134 no-commonjs-exports valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 135 no-commonjs-exports valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 136 no-commonjs-exports valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 137 no-commonjs-exports valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 138 no-commonjs-exports valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 139 no-commonjs-exports valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 140 no-commonjs-exports valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 141 no-commonjs-exports valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 142 no-commonjs-exports valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 143 no-commonjs-exports valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 144 no-commonjs-exports valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 145 no-commonjs-exports valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    var f = function () {\u000a        return 'foo';\u000a    };\u000a\u000a    var b = function () {\u000a        return 'bar';\u000a    };\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        },\u000a\u000a        foo: f,\u000a        bar: b\u000a    };\u000a});\u000a
> meta-schema not available
> ok 146 no-commonjs-exports valid \u000aexports = { foo: 'bar' };\u000a
> meta-schema not available
> ok 147 no-commonjs-exports invalid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 148 no-commonjs-module-exports valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 149 no-commonjs-module-exports valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 150 no-commonjs-module-exports valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 151 no-commonjs-module-exports valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 152 no-commonjs-module-exports valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 153 no-commonjs-module-exports valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 154 no-commonjs-module-exports valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 155 no-commonjs-module-exports valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 156 no-commonjs-module-exports valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 157 no-commonjs-module-exports valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 158 no-commonjs-module-exports valid \u000aexports = { foo: 'bar' };\u000a
> meta-schema not available
> ok 159 no-commonjs-module-exports invalid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 160 no-commonjs-module-exports invalid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    var f = function () {\u000a        return 'foo';\u000a    };\u000a\u000a    var b = function () {\u000a        return 'bar';\u000a    };\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        },\u000a\u000a        foo: f,\u000a        bar: b\u000a    };\u000a});\u000a
> meta-schema not available
> ok 161 no-commonjs-module-exports invalid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 162 no-commonjs-return valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 163 no-commonjs-return valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 164 no-commonjs-return valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 165 no-commonjs-return valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 166 no-commonjs-return valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 167 no-commonjs-return valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 168 no-commonjs-return valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 169 no-commonjs-return valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 170 no-commonjs-return valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 171 no-commonjs-return valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 172 no-commonjs-return valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 173 no-commonjs-return valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    var f = function () {\u000a        return 'foo';\u000a    };\u000a\u000a    var b = function () {\u000a        return 'bar';\u000a    };\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        },\u000a\u000a        foo: f,\u000a        bar: b\u000a    };\u000a});\u000a
> meta-schema not available
> ok 174 no-commonjs-return valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    function bar() {\u000a        return 'bar';\u000a    }\u000a\u000a    exports.foo = function () {\u000a        return 'foo' + bar();\u000a    }\u000a\u000a});\u000a
> meta-schema not available
> ok 175 no-commonjs-return invalid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 176 no-commonjs-wrapper valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 177 no-commonjs-wrapper valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 178 no-commonjs-wrapper valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 179 no-commonjs-wrapper valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 180 no-commonjs-wrapper valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 181 no-commonjs-wrapper valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 182 no-commonjs-wrapper valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 183 no-commonjs-wrapper valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 184 no-commonjs-wrapper invalid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 185 no-commonjs-wrapper invalid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 186 no-commonjs-wrapper invalid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 187 no-commonjs-wrapper invalid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 188 no-conditional-require valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 189 no-conditional-require valid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo');\u000a});\u000a
> meta-schema not available
> ok 190 no-conditional-require valid \u000arequire([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 191 no-conditional-require valid \u000arequire(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 192 no-conditional-require valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 193 no-conditional-require valid \u000adefine(['require'], function (require) {\u000a    var foo = requirejs('./foo');\u000a});\u000a
> meta-schema not available
> ok 194 no-conditional-require valid \u000arequirejs([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 195 no-conditional-require valid \u000arequirejs(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 196 no-conditional-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 197 no-conditional-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 198 no-conditional-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c']);\u000a});\u000a
> meta-schema not available
> ok 199 no-conditional-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c']);\u000a});\u000a
> meta-schema not available
> ok 200 no-conditional-require valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 201 no-conditional-require valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 202 no-conditional-require valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 203 no-conditional-require valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 204 no-conditional-require valid \u000avar pathB = 'path/to/b';\u000arequire(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 205 no-conditional-require valid \u000arequire(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 206 no-conditional-require valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequire(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 207 no-conditional-require valid \u000adefine(function (require) {\u000a    var lib = require(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 208 no-conditional-require valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = require(path);\u000a});\u000a
> meta-schema not available
> ok 209 no-conditional-require valid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 210 no-conditional-require valid \u000avar pathB = 'path/to/b';\u000arequirejs(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 211 no-conditional-require valid \u000arequirejs(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 212 no-conditional-require valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequirejs(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 213 no-conditional-require valid \u000adefine(function (require) {\u000a    var lib = requirejs(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 214 no-conditional-require valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = requirejs(path);\u000a});\u000a
> meta-schema not available
> ok 215 no-conditional-require valid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 216 no-conditional-require invalid \u000aif (someCondition) {\u000a    require(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 217 no-conditional-require invalid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = require('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 218 no-conditional-require invalid \u000adefine(function (require) {\u000a    var lib = someCondition ? require('path/to/a') : require('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 219 no-conditional-require invalid \u000arequire(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        require(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 220 no-conditional-require invalid \u000aif (someCondition) {\u000a    requirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 221 no-conditional-require invalid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = requirejs('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 222 no-conditional-require invalid \u000adefine(function (require) {\u000a    var lib = someCondition ? requirejs('path/to/a') : requirejs('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 223 no-conditional-require invalid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        requirejs(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 224 no-dynamic-require valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 225 no-dynamic-require valid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo');\u000a});\u000a
> meta-schema not available
> ok 226 no-dynamic-require valid \u000arequire([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 227 no-dynamic-require valid \u000arequire(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 228 no-dynamic-require valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 229 no-dynamic-require valid \u000adefine(['require'], function (require) {\u000a    var foo = requirejs('./foo');\u000a});\u000a
> meta-schema not available
> ok 230 no-dynamic-require valid \u000arequirejs([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 231 no-dynamic-require valid \u000arequirejs(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 232 no-dynamic-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 233 no-dynamic-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 234 no-dynamic-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c']);\u000a});\u000a
> meta-schema not available
> ok 235 no-dynamic-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c']);\u000a});\u000a
> meta-schema not available
> ok 236 no-dynamic-require valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 237 no-dynamic-require valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 238 no-dynamic-require valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 239 no-dynamic-require valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 240 no-dynamic-require valid \u000aif (someCondition) {\u000a    require(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 241 no-dynamic-require valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = require('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 242 no-dynamic-require valid \u000adefine(function (require) {\u000a    var lib = someCondition ? require('path/to/a') : require('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 243 no-dynamic-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        require(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 244 no-dynamic-require valid \u000aif (someCondition) {\u000a    requirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 245 no-dynamic-require valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = requirejs('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 246 no-dynamic-require valid \u000adefine(function (require) {\u000a    var lib = someCondition ? requirejs('path/to/a') : requirejs('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 247 no-dynamic-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        requirejs(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 248 no-dynamic-require invalid \u000avar pathB = 'path/to/b';\u000arequire(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 249 no-dynamic-require invalid \u000arequire(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 250 no-dynamic-require invalid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequire(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 251 no-dynamic-require invalid \u000adefine(function (require) {\u000a    var lib = require(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 252 no-dynamic-require invalid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = require(path);\u000a});\u000a
> meta-schema not available
> ok 253 no-dynamic-require invalid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 254 no-dynamic-require invalid \u000avar pathB = 'path/to/b';\u000arequirejs(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 255 no-dynamic-require invalid \u000arequirejs(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 256 no-dynamic-require invalid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequirejs(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 257 no-dynamic-require invalid \u000adefine(function (require) {\u000a    var lib = requirejs(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 258 no-dynamic-require invalid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = requirejs(path);\u000a});\u000a
> meta-schema not available
> ok 259 no-dynamic-require invalid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 260 no-function-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 261 no-function-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 262 no-function-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 263 no-function-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 264 no-function-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 265 no-function-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 266 no-function-define valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 267 no-function-define valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 268 no-function-define valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 269 no-function-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 270 no-function-define invalid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 271 no-function-define invalid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 272 no-invalid-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 273 no-invalid-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 274 no-invalid-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 275 no-invalid-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 276 no-invalid-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 277 no-invalid-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 278 no-invalid-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 279 no-invalid-define valid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 280 no-invalid-define valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 281 no-invalid-define valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 282 no-invalid-define valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 283 no-invalid-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 284 no-invalid-define invalid \u000adefine();\u000a
> meta-schema not available
> ok 285 no-invalid-define invalid \u000adefine('foo', 'bar', false);\u000a
> meta-schema not available
> ok 286 no-invalid-require valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 287 no-invalid-require valid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo');\u000a});\u000a
> meta-schema not available
> ok 288 no-invalid-require valid \u000arequire(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 289 no-invalid-require valid \u000arequire(["path/to/a"], getCallback());\u000a
> meta-schema not available
> ok 290 no-invalid-require valid \u000arequire(["path/to/a"], foo.callback);\u000a
> meta-schema not available
> ok 291 no-invalid-require valid \u000arequire(["path/to/a"], callback);\u000a
> meta-schema not available
> ok 292 no-invalid-require valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 293 no-invalid-require valid \u000adefine(['require'], function (require) {\u000a    var foo = requirejs('./foo');\u000a});\u000a
> meta-schema not available
> ok 294 no-invalid-require valid \u000arequirejs(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 295 no-invalid-require valid \u000arequirejs(["path/to/a"], getCallback());\u000a
> meta-schema not available
> ok 296 no-invalid-require valid \u000arequirejs(["path/to/a"], foo.callback);\u000a
> meta-schema not available
> ok 297 no-invalid-require valid \u000arequirejs(["path/to/a"], callback);\u000a
> meta-schema not available
> ok 298 no-invalid-require valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 299 no-invalid-require valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 300 no-invalid-require valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 301 no-invalid-require valid \u000aif (someCondition) {\u000a    require(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 302 no-invalid-require valid \u000aif (someCondition) {\u000a    requirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 303 no-invalid-require valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = require('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 304 no-invalid-require valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = requirejs('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 305 no-invalid-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        require(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 306 no-invalid-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        requirejs(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 307 no-invalid-require valid \u000adefine(function (require) {\u000a    var lib = someCondition ? require('path/to/a') : require('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 308 no-invalid-require valid \u000adefine(function (require) {\u000a    var lib = someCondition ? requirejs('path/to/a') : requirejs('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 309 no-invalid-require valid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 310 no-invalid-require valid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 311 no-invalid-require valid \u000avar pathB = 'path/to/b';\u000arequire(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 312 no-invalid-require valid \u000avar pathB = 'path/to/b';\u000arequirejs(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 313 no-invalid-require valid \u000arequire(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 314 no-invalid-require valid \u000arequirejs(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 315 no-invalid-require valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequire(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 316 no-invalid-require valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequirejs(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 317 no-invalid-require valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = require(path);\u000a});\u000a
> meta-schema not available
> ok 318 no-invalid-require valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = requirejs(path);\u000a});\u000a
> meta-schema not available
> ok 319 no-invalid-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 320 no-invalid-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c'], function (c) {\u000a        return { foo: 'bar' };\u000a    });\u000a});\u000a
> meta-schema not available
> ok 321 no-invalid-require valid \u000arequire(['a', 'b'], function (a, b) {\u000a    require(['c']);\u000a});\u000a
> meta-schema not available
> ok 322 no-invalid-require valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    requirejs(['c']);\u000a});\u000a
> meta-schema not available
> ok 323 no-invalid-require invalid \u000arequire();\u000a
> meta-schema not available
> ok 324 no-invalid-require invalid \u000arequire(function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 325 no-invalid-require invalid \u000arequire({ foo: 'bar' });\u000a
> meta-schema not available
> ok 326 no-invalid-require invalid \u000arequire(\u000a    ['path/to/a'],\u000a    function (a) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    },\u000a    false\u000a);\u000a
> meta-schema not available
> ok 327 no-invalid-require invalid \u000arequire('path/to/a', function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 328 no-invalid-require invalid \u000arequirejs('path/to/a', function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 329 no-invalid-require invalid \u000arequire(['path/to/a'], {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 330 no-invalid-require invalid \u000arequire(["path/to/a"], ["not a callback"]);\u000a
> meta-schema not available
> ok 331 no-invalid-require invalid \u000arequire(\u000a    ['path/to/a'],\u000a    function (a) {\u000a        /* ... */\u000a    },\u000a    {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 332 no-invalid-require invalid \u000arequire(\u000a    ['path/to/a'],\u000a    function (a) {\u000a        /* ... */\u000a    },\u000a    [\u000a        /* ... */\u000a    ]\u000a);\u000a
> meta-schema not available
> ok 333 no-js-extension valid \u000arequire();\u000a
> meta-schema not available
> ok 334 no-js-extension valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 335 no-js-extension valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 336 no-js-extension valid \u000arequire([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 337 no-js-extension valid \u000arequirejs([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 338 no-js-extension valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 339 no-js-extension valid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo');\u000a});\u000a
> meta-schema not available
> ok 340 no-js-extension valid \u000arequire(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 341 no-js-extension valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 342 no-js-extension valid \u000adefine(['require'], function (require) {\u000a    var foo = requirejs('./foo');\u000a});\u000a
> meta-schema not available
> ok 343 no-js-extension valid \u000arequirejs(\u000a    ['path/to/a', 'path/to/b'],\u000a    function (a, b) {\u000a        /* ... */\u000a    },\u000a    function (err) {\u000a        /* ... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 344 no-js-extension valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 345 no-js-extension valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 346 no-js-extension valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 347 no-js-extension valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 348 no-js-extension valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 349 no-js-extension valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 350 no-js-extension valid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 351 no-js-extension valid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 352 no-js-extension valid \u000avar pathB = 'path/to/b';\u000arequire(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 353 no-js-extension valid \u000avar pathB = 'path/to/b';\u000arequirejs(['path/to/a', pathB], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 354 no-js-extension valid \u000arequire(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 355 no-js-extension valid \u000arequirejs(someCondition ? ['a', 'b'] : ['c', 'd'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 356 no-js-extension valid \u000adefine(function (require) {\u000a    var lib = require(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 357 no-js-extension valid \u000adefine(function (require) {\u000a    var lib = requirejs(lang === 'fr' ? 'lib_fr' : 'lib_en');\u000a});\u000a
> meta-schema not available
> ok 358 no-js-extension valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequire(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 359 no-js-extension valid \u000avar paths = ['path/to/a', 'path/to/b'];\u000arequirejs(paths, function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 360 no-js-extension valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = require(path);\u000a});\u000a
> meta-schema not available
> ok 361 no-js-extension valid \u000adefine(function (require) {\u000a    var path = 'path/to/lib';\u000a    var lib = requirejs(path);\u000a});\u000a
> meta-schema not available
> ok 362 no-js-extension valid \u000aif (someCondition) {\u000a    require(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 363 no-js-extension valid \u000aif (someCondition) {\u000a    requirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a        return { foo: 'bar' };\u000a    });\u000a}\u000a
> meta-schema not available
> ok 364 no-js-extension valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = require('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 365 no-js-extension valid \u000adefine(function (require) {\u000a    if (someCondition) {\u000a        var lib = requirejs('path/to/lib');\u000a    }\u000a});\u000a
> meta-schema not available
> ok 366 no-js-extension valid \u000arequire(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        require(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 367 no-js-extension valid \u000arequirejs(['a', 'b'], function (a, b) {\u000a    if (someCondition) {\u000a        requirejs(['c'], function (c) {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a});\u000a
> meta-schema not available
> ok 368 no-js-extension valid \u000adefine(function (require) {\u000a    var lib = someCondition ? require('path/to/a') : require('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 369 no-js-extension valid \u000adefine(function (require) {\u000a    var lib = someCondition ? requirejs('path/to/a') : requirejs('path/to/b');\u000a});\u000a
> meta-schema not available
> ok 370 no-js-extension valid \u000a    module([\u000a        'aaa.js'\u000a    ], function () {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 371 no-js-extension valid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 372 no-js-extension valid \u000arequire([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 373 no-js-extension valid \u000arequirejs([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 374 no-js-extension valid \u000adefine(function (require) {\u000a    var a = require('foo!aaa/bbb/ccc.js');\u000a\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 375 no-js-extension invalid \u000arequire(['path/to/a.js'], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 376 no-js-extension invalid \u000arequirejs(['path/to/a.js'], function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 377 no-js-extension invalid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo.js');\u000a});\u000a
> meta-schema not available
> ok 378 no-js-extension invalid \u000adefine(['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 379 no-js-extension invalid \u000adefine(function (require) {\u000a    var a = require('path/to/a.js');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 380 no-js-extension invalid \u000adefine('path/to/c', ['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 381 no-js-extension invalid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a.js');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 382 no-js-extension invalid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 383 no-js-extension invalid \u000arequire([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 384 no-js-extension invalid \u000arequirejs([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 385 no-js-extension invalid \u000adefine(function (require) {\u000a    var a = require('foo!aaa/bbb/ccc.js');\u000a\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 386 no-js-extension invalid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 387 no-js-extension invalid \u000arequire([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 388 no-js-extension invalid \u000arequirejs([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 389 no-js-extension invalid \u000adefine(function (require) {\u000a    var a = require('foo!aaa/bbb/ccc.js');\u000a\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 390 no-multiple-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 391 no-multiple-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 392 no-multiple-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 393 no-multiple-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 394 no-multiple-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 395 no-multiple-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 396 no-multiple-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 397 no-multiple-define valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 398 no-multiple-define valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 399 no-multiple-define valid \u000a    if (typeof define === "function") {\u000a        define(function () {\u000a            return { foo: 'bar' };\u000a        });\u000a    }\u000a
> meta-schema not available
> ok 400 no-multiple-define invalid \u000adefine({ foo: 'bar' });\u000a\u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 401 no-named-define valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 402 no-named-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 403 no-named-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 404 no-named-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 405 no-named-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 406 no-named-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 407 no-named-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 408 no-named-define invalid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 409 no-named-define invalid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 410 no-named-define invalid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 411 no-named-define invalid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 412 no-named-define invalid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 413 no-object-define valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 414 no-object-define valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 415 no-object-define valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 416 no-object-define valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 417 no-object-define valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 418 no-object-define valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 419 no-object-define valid \u000adefine('path/to/a', function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 420 no-object-define valid \u000adefine('path/to/c', [\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 421 no-object-define valid \u000adefine('path/to/c', [], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 422 no-object-define valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 423 no-object-define invalid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 424 no-object-define invalid \u000adefine('path/to/a', {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 425 no-require-tourl valid \u000adefine(['require'], function (require) {\u000a    var foo = require('./foo');\u000a});\u000a
> meta-schema not available
> ok 426 no-require-tourl valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 427 no-require-tourl valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 428 no-require-tourl valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 429 no-require-tourl valid \u000adefine('path/to/c', function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 430 no-require-tourl invalid \u000a    define(['require'], function (require) {\u000a        var cssUrl = require.toUrl('./style.css');\u000a    });\u000a
> meta-schema not available
> ok 431 no-require-tourl invalid \u000a    define(['require'], function (require) {\u000a        var cssUrl = requirejs.toUrl('./style.css');\u000a    });\u000a
> meta-schema not available
> ok 432 no-require-tourl invalid \u000a    define(['require'], function (require) {\u000a        var idUrl = require.nameToUrl('id');\u000a    });\u000a
> meta-schema not available
> ok 433 no-require-tourl invalid \u000a    define(['require'], function (require) {\u000a        var idUrl = requirejs.nameToUrl('id');\u000a    });\u000a
> meta-schema not available
> not ok 434 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 435 no-restricted-amd-modules valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 436 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 437 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 438 no-restricted-amd-modules valid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 439 no-restricted-amd-modules valid \u000adefine(['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 440 no-restricted-amd-modules valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 441 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 442 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 443 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 444 no-restricted-amd-modules valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 445 no-restricted-amd-modules valid \u000adefine(['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testValidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:481:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:650:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 446 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 447 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 448 no-restricted-amd-modules invalid \u000adefine(['path/to/a.js'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 449 no-restricted-amd-modules invalid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 450 no-restricted-amd-modules invalid \u000adefine([\u000a    'foo!aaa/bbb/ccc.js'\u000a], function () {\u000a    /* ... */\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 451 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 452 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 453 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 454 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> not ok 455 no-restricted-amd-modules invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
>   Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>   Error: Schema for rule no-restricted-amd-modules is invalid: strict mode: "additionalItems" is ignored when "items" is not an array of schemas
>       at runRuleForItem (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:418:27)
>       at testInvalidTemplate (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:523:28)
>       at Context.<anonymous> (/usr/share/nodejs/eslint/lib/rule-tester/rule-tester.js:658:25)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:789:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:591:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
>       at process.processImmediate (node:internal/timers:476:21)
> meta-schema not available
> ok 456 one-dependency-per-line valid \u000adefine(function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 457 one-dependency-per-line valid \u000adefine();\u000a
> meta-schema not available
> ok 458 one-dependency-per-line valid \u000adefine({\u000a    a: 'foo',\u000a    b: 'bar'\u000a});\u000a
> meta-schema not available
> ok 459 one-dependency-per-line valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 460 one-dependency-per-line valid \u000adefine('foo', 'bar', false);\u000a
> meta-schema not available
> ok 461 one-dependency-per-line valid \u000arequire();\u000a
> meta-schema not available
> ok 462 one-dependency-per-line valid \u000arequire(['path/to/a'], {\u000a    foo: 'bar'\u000a});\u000a
> meta-schema not available
> ok 463 one-dependency-per-line valid \u000arequire(function () {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 464 one-dependency-per-line valid \u000arequire({ foo: 'bar' });\u000a
> meta-schema not available
> ok 465 one-dependency-per-line valid \u000arequire('path/to/a', function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 466 one-dependency-per-line valid \u000arequirejs('path/to/a', function (a) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 467 one-dependency-per-line valid \u000adefine('underscore', [], () => window._);\u000a
> meta-schema not available
> ok 468 one-dependency-per-line valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 469 one-dependency-per-line valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 470 one-dependency-per-line valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 471 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a'\u000a], function (\u000a    a\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 472 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 473 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 474 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 475 one-dependency-per-line valid \u000adefine(['path/to/a'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 476 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 477 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 478 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 479 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a'\u000a], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 480 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 481 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 482 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 483 one-dependency-per-line valid \u000adefine(['path/to/a'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 484 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b'], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 485 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 486 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 487 one-dependency-per-line valid \u000adefine(['path/to/a'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 488 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 489 one-dependency-per-line valid \u000adefine(['path/to/a'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 490 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 491 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a'\u000a], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 492 one-dependency-per-line valid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 493 one-dependency-per-line valid \u000adefine(['path/to/a'], function (a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 494 one-dependency-per-line valid \u000adefine(['path/to/a', 'path/to/b'], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 495 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 496 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 497 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 498 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 499 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 500 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 501 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 502 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 503 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 504 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) { return { foo: 'bar' }; });\u000a
> meta-schema not available
> ok 505 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) { return { foo: 'bar' }; });\u000a
> meta-schema not available
> ok 506 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) { return { foo: 'bar' }; });\u000a
> meta-schema not available
> ok 507 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 508 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 509 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 510 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 511 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 512 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 513 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 514 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 515 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 516 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b'\u000a], function (a, b) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 517 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 518 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 519 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b'], function (\u000a    a,\u000a    b\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 520 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 521 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 522 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 523 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 524 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 525 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 526 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c'\u000a], function (a, b, c) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 527 one-dependency-per-line invalid \u000adefine([\u000a    'path/to/a',\u000a    'path/to/b',\u000a    'path/to/c',\u000a    'path/to/d'\u000a], function (a, b, c, d) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 528 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c'], function (\u000a    a,\u000a    b,\u000a    c\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 529 one-dependency-per-line invalid \u000adefine(['path/to/a', 'path/to/b', 'path/to/c', 'path/to/d'], function (\u000a    a,\u000a    b,\u000a    c,\u000a    d\u000a) {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 530 sort-amd-paths valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 531 sort-amd-paths valid \u000a    define(function () {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 532 sort-amd-paths valid \u000a    define([\u000a        'foo/bar/baz'\u000a    ], function (baz) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 533 sort-amd-paths valid \u000a    define([\u000a        'base.dt/js/DesignerUtils',\u000a        'components.dt/js/deleters/DeletersRegistry',\u000a        'core/js/api/Listenable',\u000a        'core/js/api/utils/KeyConstants',\u000a        'pages.dt/js/api/Pages',\u000a        'pages.dt/js/api/ViewGeneratorModes'\u000a    ], function (aaa, ccc, ddd, bbb, yyy) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 534 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 535 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 536 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/yyy',\u000a        'aaa/bbb/zzz',\u000a        // following lines should be ignored\u000a        'aaa/bbb/aaa',\u000a        'aaa/bbb/bbb'\u000a    ], function (xxx, yyy, zzz) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 537 sort-amd-paths valid \u000a    define([\u000a        'foo/bar/baz/Bat',\u000a        'foo-bar/baz/Bat',\u000a        'foo.bar/baz/Bat'\u000a    ], function (bat1, bat2, bat3) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 538 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 539 sort-amd-paths valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 540 sort-amd-paths valid \u000a    define(function () {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 541 sort-amd-paths valid \u000a    define([\u000a        'foo/bar/baz'\u000a    ], function (baz) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 542 sort-amd-paths valid \u000a    define([\u000a        'base.dt/js/DesignerUtils',\u000a        'components.dt/js/deleters/DeletersRegistry',\u000a        'core/js/api/Listenable',\u000a        'core/js/api/utils/KeyConstants',\u000a        'pages.dt/js/api/Pages',\u000a        'pages.dt/js/api/ViewGeneratorModes'\u000a    ], function (aaa, ccc, ddd, bbb, yyy) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 543 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 544 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 545 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 546 sort-amd-paths valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 547 sort-amd-paths valid \u000a    define(function () {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 548 sort-amd-paths valid \u000a    define([\u000a        'foo/bar/baz'\u000a    ], function (baz) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 549 sort-amd-paths valid \u000a    define([\u000a        'base.dt/js/DesignerUtils',\u000a        'components.dt/js/deleters/DeletersRegistry',\u000a        'core/js/api/Listenable',\u000a        'core/js/api/utils/KeyConstants',\u000a        'pages.dt/js/api/Pages',\u000a        'pages.dt/js/api/ViewGeneratorModes'\u000a    ], function (aaa, ccc, ddd, bbb, yyy) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 550 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 551 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 552 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 553 sort-amd-paths valid \u000adefine([], function () {\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 554 sort-amd-paths valid \u000a    define(function () {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 555 sort-amd-paths valid \u000a    define([\u000a        'foo/bar/baz'\u000a    ], function (baz) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 556 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 557 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 558 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/ccc/ddd',\u000a        'aaa/bbb/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 559 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/ccc/ddd',\u000a        'aaa/bbb/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 560 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 561 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/ccc/ddd',\u000a        'aaa/bbb/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 562 sort-amd-paths valid \u000a    define([\u000a        'xxx/aaa',\u000a        'aaa/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 563 sort-amd-paths valid \u000a    define([\u000a        'aaa/xxx',\u000a        'bbb/xxx',\u000a        'ccc/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 564 sort-amd-paths valid \u000a    define([\u000a        'xxx/aaa',\u000a        'aaa/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 565 sort-amd-paths valid \u000a    define([\u000a        'xxx/aaa',\u000a        'aaa/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 566 sort-amd-paths valid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 567 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 568 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 569 sort-amd-paths valid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'gwhat/ever4/ggg'\u000a    ], function (aaa, ccc, ddd, fff, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 570 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 571 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 572 sort-amd-paths valid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'gwhat/ever4/ggg'\u000a    ], function (aaa, ccc, ddd, fff, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 573 sort-amd-paths valid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 574 sort-amd-paths valid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 575 sort-amd-paths valid \u000a    define([\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg'\u000a    ], function (ddd, fff, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 576 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 577 sort-amd-paths valid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 578 sort-amd-paths valid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff'\u000a    ], function (aaa, ccc, ggg, ddd, fff) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 579 sort-amd-paths valid \u000arequire(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 580 sort-amd-paths valid \u000arequirejs(['path/to/a', 'path/to/b'], function (a, b) {\u000a    /* ... */\u000a});\u000a
> meta-schema not available
> ok 581 sort-amd-paths valid \u000adefine(function (require) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    return { foo: 'bar' };\u000a});\u000a
> meta-schema not available
> ok 582 sort-amd-paths valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports.doSomething = function () {\u000a        /* ... */\u000a    };\u000a});\u000a
> meta-schema not available
> ok 583 sort-amd-paths valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 584 sort-amd-paths valid \u000adefine(function (require, exports, module) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    var f = function () {\u000a        return 'foo';\u000a    };\u000a\u000a    var b = function () {\u000a        return 'bar';\u000a    };\u000a\u000a    module.exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        },\u000a\u000a        foo: f,\u000a        bar: b\u000a    };\u000a});\u000a
> meta-schema not available
> ok 585 sort-amd-paths valid \u000adefine(function (require, exports) {\u000a    var a = require('path/to/a'),\u000a        b = require('path/to/b');\u000a\u000a    exports = {\u000a        doSomething: function () {\u000a            /* ... */\u000a        }\u000a    };\u000a});\u000a
> meta-schema not available
> ok 586 sort-amd-paths valid \u000arequire(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 587 sort-amd-paths valid \u000arequirejs(\u000a    [someCondition ? 'path/to/a' : 'path/to/b'],\u000a    function (mod) {\u000a        return { foo: 'bar' };\u000a    },\u000a    function (err) {\u000a        /* handle error... */\u000a    }\u000a);\u000a
> meta-schema not available
> ok 588 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 589 sort-amd-paths invalid \u000a    define([\u000a        'foo.bar/baz/Bat',\u000a        'foo/bar/baz/Bat',\u000a        'foo-bar/baz/Bat'\u000a    ], function (bat1, bat2, bat3) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 590 sort-amd-paths invalid \u000a    define([\u000a        'foo/bar/baz/Batttt',\u000a        'foo/bar/baz/Bat'\u000a    ], function (bat1, bat2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 591 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 592 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 593 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 594 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 595 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc/ddd/aaa',\u000a        'aaa/bbb/ccc/xxx'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 596 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 597 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 598 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 599 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 600 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 601 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/Xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 602 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/xxx',\u000a        'aaa/bbb/ccc/ddd'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 603 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 604 sort-amd-paths invalid \u000a    define([\u000a        'aaa/xxx',\u000a        'xxx/aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 605 sort-amd-paths invalid \u000a    define([\u000a        'aaa/xxx',\u000a        'xxx/aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 606 sort-amd-paths invalid \u000a    define([\u000a        'aaa/xxx',\u000a        'xxx/aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 607 sort-amd-paths invalid \u000a    define([\u000a        'aaa/bbb/ccc',\u000a        'aaa/bbb/Aaa'\u000a    ], function (ccc, aaa) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 608 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 609 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 610 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 611 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 612 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 613 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 614 sort-amd-paths invalid \u000a    define([\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg'\u000a    ], function (ddd, fff, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 615 sort-amd-paths invalid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff'\u000a    ], function (aaa, ccc, ggg, ddd, fff) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 616 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 617 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 618 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 619 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 620 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 621 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 622 sort-amd-paths invalid \u000a    define([\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg'\u000a    ], function (ddd, fff, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 623 sort-amd-paths invalid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff'\u000a    ], function (aaa, ccc, ggg, ddd, fff) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 624 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 625 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 626 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 627 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 628 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 629 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2'\u000a    ], function (aaa, ccc, ggg, fff1, fff2) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 630 sort-amd-paths invalid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'gwhat/ever4/ggg'\u000a    ], function (aaa, ccc, ddd, fff, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 631 sort-amd-paths invalid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff'\u000a    ], function (aaa, ccc, ggg, ddd, fff) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 632 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 633 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 634 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 635 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'bbb!fff/fff/fff',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg',\u000a        'hhh!ddd/ddd/ddd'\u000a    ], function (aaa, fff, ccc, ggg, ddd) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 636 sort-amd-paths invalid \u000a    define([\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'ggg/ggg/ggg'\u000a    ], function (aaa, ccc, fff1, fff2, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 637 sort-amd-paths invalid \u000a    define([\u000a        'bbb!fff/fff/fff1',\u000a        'bbb!fff/fff/fff2',\u000a        'aaa/aaa/aaa',\u000a        'ccc/ccc/ccc',\u000a        'ggg/ggg/ggg'\u000a    ], function (fff1, fff2, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 638 sort-amd-paths invalid \u000a    define([\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'gwhat/ever4/ggg'\u000a    ], function (aaa, ccc, ddd, fff, ggg) {\u000a        /* ... */\u000a    });\u000a
> meta-schema not available
> ok 639 sort-amd-paths invalid \u000a    define([\u000a        'hhh!dwhat/ever5/ddd',\u000a        'bbb!fwhat/ever2/fff',\u000a        'awhat/ever1/aaa',\u000a        'cwhat/ever3/ccc',\u000a        'gwhat/ever4/ggg'\u000a    ], function (ddd, fff, aaa, ccc, ggg) {\u000a        /* ... */\u000a    });\u000a
> ok 640 ast.isIdentifier should return `false` if no argument is supplied
> ok 641 ast.isIdentifier should return `false` if node does not contain a `type` attribute
> ok 642 ast.isIdentifier should return `false` if node contains a `type` other than `Identifier`
> ok 643 ast.isIdentifier should return `true` if supplied node is an Identifier
> ok 644 ast.isLiteral should return `false` if no argument is supplied
> ok 645 ast.isLiteral should return `false` if node does not contain a `type` attribute
> ok 646 ast.isLiteral should return `false` if node contains a `type` other than `Literal`
> ok 647 ast.isLiteral should return `true` if supplied node is a `Literal`
> ok 648 ast.isStringLiteral should return `false` if no argument is supplied
> ok 649 ast.isStringLiteral should return `false` if node does not contain a `type` attribute
> ok 650 ast.isStringLiteral should return `false` if node does not contain a `value` attribute
> ok 651 ast.isStringLiteral should return `false` if node contains a `type` other than `Literal`
> ok 652 ast.isStringLiteral should return `false` if node contains a `value` type other than `string`
> ok 653 ast.isStringLiteral should return `true` if supplied node is a `Literal` with a `string` value
> ok 654 ast.isArrayExpr should return `false` if no argument is supplied
> ok 655 ast.isArrayExpr should return `false` if node does not contain a `type` attribute
> ok 656 ast.isArrayExpr should return `false` if node contains a `type` other than `ArrayExpression`
> ok 657 ast.isArrayExpr should return `true` if supplied node is an `ArrayExpression`
> ok 658 ast.isObjectExpr should return `false` if no argument is supplied
> ok 659 ast.isObjectExpr should return `false` if node does not contain a `type` attribute
> ok 660 ast.isObjectExpr should return `false` if node contains a `type` other than `ObjectExpression`
> ok 661 ast.isObjectExpr should return `true` if supplied node is an `ObjectExpression`
> ok 662 ast.isFunctionExpr should return `false` if no argument is supplied
> ok 663 ast.isFunctionExpr should return `false` if node does not contain a `type` attribute
> ok 664 ast.isFunctionExpr should return `false` if node contains a `type` other than `FunctionExpression` or `ArrowFunctionExpression`
> ok 665 ast.isFunctionExpr should return `true` if supplied node is a `FunctionExpression`
> ok 666 ast.isFunctionExpr should return `true` if supplied node is an `ArrowFunctionExpression`
> ok 667 ast.isMemberExpr should return `false` if no argument is supplied
> ok 668 ast.isMemberExpr should return `false` if node does not contain a `type` attribute
> ok 669 ast.isMemberExpr should return `false` if node contains a `type` other than `MemberExpression`
> ok 670 ast.isMemberExpr should return `true` if supplied node is an `MemberExpression`
> ok 671 ast.isExprStatement should return `false` if no argument is supplied
> ok 672 ast.isExprStatement should return `false` if node does not contain a `type` attribute
> ok 673 ast.isExprStatement should return `false` if node contains a `type` other than `ExpressionStatement`
> ok 674 ast.isExprStatement should return `true` if supplied node is an `ExpressionStatement`
> ok 675 ast.isStringLiteralArray should return `false` if no argument is supplied
> ok 676 ast.isStringLiteralArray should return `false` if node does not contain a `type` attribute
> ok 677 ast.isStringLiteralArray should return `false` if node `type` is not an `ArrayExpression`
> ok 678 ast.isStringLiteralArray should return `false` if node does not contain an `elements` attribute
> ok 679 ast.isStringLiteralArray should return `false` if node `elements` contains non-string values
> ok 680 ast.isStringLiteralArray should return `true` if node `elements` contains only string values
> ok 681 ast.isStringLiteralArray should return `true` if node `elements` is empty
> ok 682 ast.hasParams should return `false` if no argument is supplied
> ok 683 ast.hasParams should return `false` if node does not contain a `params` attribute
> ok 684 ast.hasParams should return `false` if `params` is empty
> ok 685 ast.hasParams should return `true` if supplied node has at least one param
> ok 686 ast.hasCallback should return `false` if no argument is supplied
> ok 687 ast.hasCallback should return `false` if node does not contain a `arguments` attribute
> ok 688 ast.hasCallback should return `false` if `arguments` is empty
> ok 689 ast.hasCallback should return `false` if `arguments` does not contain a FunctionExpression
> ok 690 ast.hasCallback should return `true` if supplied node has at least one FunctionExpression argument
> ok 691 ast.ancestor should return `true` if an ancestor satisfies the predicate
> ok 692 ast.ancestor should return `false` if no ancestor satisfies the predicate
> ok 693 ast.nearest should return found node if an ancestor satisfies the predicate
> ok 694 ast.nearest should return `undefined` if no ancestor satisfies the predicate
> # tests 694
> # pass 672
> # fail 22
> 1..694
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 22


The full build log is available from:
http://qa-logs.debian.net/2024/01/15/node-eslint-plugin-requirejs_4.0.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240115;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240115&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-javascript-devel mailing list