Skip to content

{a,b,c} no longer considered a dynamic pattern #347

Closed
@amitdahan

Description

@amitdahan

Bug Report

Starting with the newly released version 3.2.8 - {a,b,c} (sets bigger than 2) is no longer true for isDynamicPattern, while we only test for {a,b} (which still IS considered dynamic).

This broke exactly here:

https://github.com/mrmlnc/fast-glob/pull/344/files#diff-353cf32a130afd9d8b40a67a67f30b51434672caa8ab235726cbd0c82f65fc75R15

Expected behavior

isDynamicPattern('{a,b,c}') === true

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

    Development

    Participants

    @MurzNN@mrmlnc@amitdahan

    Issue actions

      `{a,b,c}` no longer considered a dynamic pattern · Issue #347 · mrmlnc/fast-glob