| 1 | import {PartitionPattern} from '#packages/ecma402-abstract/PartitionPattern.js' |
| 2 | import {expect, test} from 'vitest' |
| 3 | test('PartitionPattern should partition pattern correctly', function () { |
| 4 | expect(PartitionPattern('AA{0}BB')).toEqual([ |
nothing calls this directly
no test coverage detected