Sha256: 738dbe92fbd8971385a1cf3affb0e956e5b692c858b9b48439d718f10801c08e

Contents?: true

Size: 1.72 KB

Versions: 30

Compression:

Stored size: 1.72 KB

Contents

[[test]]
name = "100"
regex = "|b"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "110"
regex = "b|"
haystack = "abc"
matches = [[0, 0], [1, 2], [3, 3]]

[[test]]
name = "120"
regex = "|z"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "130"
regex = "z|"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "200"
regex = "|"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "210"
regex = "||"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "220"
regex = "||b"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "230"
regex = "b||"
haystack = "abc"
matches = [[0, 0], [1, 2], [3, 3]]

[[test]]
name = "240"
regex = "||z"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "300"
regex = "(?:)|b"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "310"
regex = "b|(?:)"
haystack = "abc"
matches = [[0, 0], [1, 2], [3, 3]]

[[test]]
name = "320"
regex = "(?:|)"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "330"
regex = "(?:|)|z"
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "400"
regex = "a(?:)|b"
haystack = "abc"
matches = [[0, 1], [1, 2]]

[[test]]
name = "500"
regex = ""
haystack = ""
matches = [[0, 0]]

[[test]]
name = "510"
regex = ""
haystack = "a"
matches = [[0, 0], [1, 1]]

[[test]]
name = "520"
regex = ""
haystack = "abc"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "600"
regex = '(?:|a)*'
haystack = "aaa"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

[[test]]
name = "610"
regex = '(?:|a)+'
haystack = "aaa"
matches = [[0, 0], [1, 1], [2, 2], [3, 3]]

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/regex-1.11.1/testdata/empty.toml
wasmtime-28.0.0 ./ext/cargo-vendor/regex-1.11.1/testdata/empty.toml
wasmtime-27.0.0 ./ext/cargo-vendor/regex-1.11.1/testdata/empty.toml
wasmtime-26.0.0 ./ext/cargo-vendor/regex-1.11.1/testdata/empty.toml
wasmtime-25.0.2 ./ext/cargo-vendor/regex-1.10.6/testdata/empty.toml
wasmtime-25.0.1 ./ext/cargo-vendor/regex-1.10.6/testdata/empty.toml
wasmtime-25.0.0 ./ext/cargo-vendor/regex-1.10.6/testdata/empty.toml
wasmtime-24.0.0 ./ext/cargo-vendor/regex-1.10.6/testdata/empty.toml
wasmtime-23.0.2 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-22.0.0 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-21.0.1 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-20.0.2 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-20.0.0 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-18.0.3 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-17.0.1 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-17.0.0 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-16.0.0 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-15.0.1 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-15.0.0 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml
wasmtime-14.0.4 ./ext/cargo-vendor/regex-1.10.2/testdata/empty.toml