{ "$comment": "Fixture for secret-egress.test.mjs graceful-degradation cases. Not a commons artifact: a hand-written table whose entries are individually broken in the ways vendored data can plausibly be broken, plus one entry placed out of array order so that `order`-honouring can be told apart from array-position luck. A builder that survives this file survives a corrupt commons without throwing inside a hook.", "version": "0.0.0-fixture", "id": "fixture/malformed-secret-egress", "patterns": [ { "order": 1, "name": "second by order, first in the array", "pattern": "fixture-shape-b" }, { "order": 0, "name": "first by order, second in the array", "pattern": "fixture-shape-a", "flags": "i" }, { "order": 2, "name": "uncompilable: unbalanced group", "pattern": "(?:unclosed[" }, { "order": 3, "name": "uncompilable: flag that is not a RegExp flag", "pattern": "harmless", "flags": "Z" }, { "order": 4, "name": "malformed: pattern is an object", "pattern": { "source": "nope" } }, { "order": 5, "pattern": "nameless" }, { "order": 6, "name": "malformed: flags is not a string", "pattern": "harmless", "flags": ["i"] } ] }