Sha256: 60ac48e111a43ec6d0d9c023ac63f233b6335b81ea93eaa2bdf42bda640f0919

Contents?: true

Size: 515 Bytes

Versions: 5

Compression:

Stored size: 515 Bytes

Contents

"'*.a'":
  match:
    - "1.a"
    - "2.a"
    - "3.a"
    - "123.a"
  unmatch:
    - "1.b"
    - ".a"
    - "a"
    - "1.1a"
    - "1.aa"
    - "123.aa"
"'A:B'":
  match:
    - "A"
    - "B"
  unmatch:
    - "AB"
    - "BA"
"'*.a:*.b'":
  match:
    - "1.a"
    - "1.b"
  unmatch:
    - "1.ab"
    - "1.ba"
    - ".a"
    - ".b"
"'A' or 'B'":
  match:
    - "A"
    - "B"
  unmatch:
    - "AB"
    - "BA"
"'*.a' or '*.b'":
  match:
    - "1.a"
    - "1.b"
  unmatch:
    - "1.ab"
    - "1.ba"
    - ".a"
    - ".b"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pione-0.2.2 test/model/spec_data-expr_match.yml
pione-0.2.1 test/model/spec_data-expr_match.yml
pione-0.2.0 test/model/spec_data-expr_match.yml
pione-0.1.4 test/model/spec_data-expr_match.yml
pione-0.1.3 test/model/spec_data-expr.yml