summaryrefslogtreecommitdiffstats
path: root/vendor/regex-automata/tests/data/fowler/repetition-expensive.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/regex-automata/tests/data/fowler/repetition-expensive.toml')
-rw-r--r--vendor/regex-automata/tests/data/fowler/repetition-expensive.toml341
1 files changed, 0 insertions, 341 deletions
diff --git a/vendor/regex-automata/tests/data/fowler/repetition-expensive.toml b/vendor/regex-automata/tests/data/fowler/repetition-expensive.toml
deleted file mode 100644
index 81a896452..000000000
--- a/vendor/regex-automata/tests/data/fowler/repetition-expensive.toml
+++ /dev/null
@@ -1,341 +0,0 @@
-# !!! DO NOT EDIT !!!
-# Automatically generated by scripts/fowler-to-toml.
-# Numbers in the test names correspond to the line number of the test from
-# the original dat file.
-
-[[tests]]
-name = "repetition-expensive12"
-regex = '''X(.?){0,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive13"
-regex = '''X(.?){1,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive14"
-regex = '''X(.?){2,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive15"
-regex = '''X(.?){3,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive16"
-regex = '''X(.?){4,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive17"
-regex = '''X(.?){5,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive18"
-regex = '''X(.?){6,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive19"
-regex = '''X(.?){7,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [7, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive20"
-regex = '''X(.?){8,}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive22"
-regex = '''X(.?){0,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive24"
-regex = '''X(.?){1,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive26"
-regex = '''X(.?){2,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive28"
-regex = '''X(.?){3,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive30"
-regex = '''X(.?){4,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive32"
-regex = '''X(.?){5,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive34"
-regex = '''X(.?){6,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive36"
-regex = '''X(.?){7,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive37"
-regex = '''X(.?){8,8}Y'''
-input = '''X1234567Y'''
-captures = [[[0, 9], [8, 8]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive48"
-regex = '''(a|ab|c|bcd){0,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive49"
-regex = '''(a|ab|c|bcd){1,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive50"
-regex = '''(a|ab|c|bcd){2,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [3, 6], [6, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive51"
-regex = '''(a|ab|c|bcd){3,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [3, 6], [6, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive52"
-regex = '''(a|ab|c|bcd){4,}(d*)'''
-input = '''ababcd'''
-captures = []
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive53"
-regex = '''(a|ab|c|bcd){0,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive54"
-regex = '''(a|ab|c|bcd){1,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive55"
-regex = '''(a|ab|c|bcd){2,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [3, 6], [6, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive56"
-regex = '''(a|ab|c|bcd){3,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [3, 6], [6, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive57"
-regex = '''(a|ab|c|bcd){4,10}(d*)'''
-input = '''ababcd'''
-captures = []
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive58"
-regex = '''(a|ab|c|bcd)*(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive59"
-regex = '''(a|ab|c|bcd)+(d*)'''
-input = '''ababcd'''
-captures = [[[0, 1], [0, 1], [1, 1]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive65"
-regex = '''(ab|a|c|bcd){0,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive67"
-regex = '''(ab|a|c|bcd){1,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive69"
-regex = '''(ab|a|c|bcd){2,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive71"
-regex = '''(ab|a|c|bcd){3,}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive72"
-regex = '''(ab|a|c|bcd){4,}(d*)'''
-input = '''ababcd'''
-captures = []
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive74"
-regex = '''(ab|a|c|bcd){0,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive76"
-regex = '''(ab|a|c|bcd){1,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive78"
-regex = '''(ab|a|c|bcd){2,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive80"
-regex = '''(ab|a|c|bcd){3,10}(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive81"
-regex = '''(ab|a|c|bcd){4,10}(d*)'''
-input = '''ababcd'''
-captures = []
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive83"
-regex = '''(ab|a|c|bcd)*(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-
-[[tests]]
-name = "repetition-expensive85"
-regex = '''(ab|a|c|bcd)+(d*)'''
-input = '''ababcd'''
-captures = [[[0, 6], [4, 5], [5, 6]]]
-match_limit = 1
-unescape = true
-