@@ -6487,77 +6487,75 @@ regex.swift:
6487
6487
6488
6488
# 215| [RegExpConstant, RegExpNormalChar] a
6489
6489
6490
- # 216 | [RegExpNamedCharacterProperty] [:aaaaa:]
6490
+ # 217 | [RegExpNamedCharacterProperty] [:aaaaa:]
6491
6491
6492
- # 221 | [RegExpZeroWidthMatch] (?i)
6492
+ # 222 | [RegExpZeroWidthMatch] (?i)
6493
6493
6494
- # 221 | [RegExpSequence] (?i)abc
6494
+ # 222 | [RegExpSequence] (?i)abc
6495
6495
#-----| 0 -> [RegExpZeroWidthMatch] (?i)
6496
6496
#-----| 1 -> [RegExpConstant, RegExpNormalChar] abc
6497
6497
6498
- # 221 | [RegExpConstant, RegExpNormalChar] abc
6498
+ # 222 | [RegExpConstant, RegExpNormalChar] abc
6499
6499
6500
- # 222 | [RegExpZeroWidthMatch] (?s)
6500
+ # 223 | [RegExpZeroWidthMatch] (?s)
6501
6501
6502
- # 222 | [RegExpSequence] (?s)abc
6502
+ # 223 | [RegExpSequence] (?s)abc
6503
6503
#-----| 0 -> [RegExpZeroWidthMatch] (?s)
6504
6504
#-----| 1 -> [RegExpConstant, RegExpNormalChar] abc
6505
6505
6506
- # 222 | [RegExpConstant, RegExpNormalChar] abc
6506
+ # 223 | [RegExpConstant, RegExpNormalChar] abc
6507
6507
6508
- # 223 | [RegExpZeroWidthMatch] (?is)
6508
+ # 224 | [RegExpZeroWidthMatch] (?is)
6509
6509
6510
- # 223 | [RegExpSequence] (?is)abc
6510
+ # 224 | [RegExpSequence] (?is)abc
6511
6511
#-----| 0 -> [RegExpZeroWidthMatch] (?is)
6512
6512
#-----| 1 -> [RegExpConstant, RegExpNormalChar] abc
6513
6513
6514
- # 223 | [RegExpConstant, RegExpNormalChar] abc
6514
+ # 224 | [RegExpConstant, RegExpNormalChar] abc
6515
6515
6516
- # 224 | [RegExpGroup] (?i-s)
6516
+ # 225 | [RegExpGroup] (?i-s)
6517
6517
#-----| 0 -> [RegExpConstant, RegExpNormalChar] -s
6518
6518
6519
- # 224 | [RegExpSequence] (?i-s)abc
6519
+ # 225 | [RegExpSequence] (?i-s)abc
6520
6520
#-----| 0 -> [RegExpGroup] (?i-s)
6521
6521
#-----| 1 -> [RegExpConstant, RegExpNormalChar] abc
6522
6522
6523
- # 224 | [RegExpConstant, RegExpNormalChar] -s
6523
+ # 225 | [RegExpConstant, RegExpNormalChar] -s
6524
6524
6525
- # 224 | [RegExpConstant, RegExpNormalChar] abc
6525
+ # 225 | [RegExpConstant, RegExpNormalChar] abc
6526
6526
6527
- # 227 | [RegExpConstant, RegExpNormalChar] abc
6527
+ # 228 | [RegExpConstant, RegExpNormalChar] abc
6528
6528
6529
- # 227 | [RegExpSequence] abc(?i)def
6529
+ # 228 | [RegExpSequence] abc(?i)def
6530
6530
#-----| 0 -> [RegExpConstant, RegExpNormalChar] abc
6531
6531
#-----| 1 -> [RegExpZeroWidthMatch] (?i)
6532
6532
#-----| 2 -> [RegExpConstant, RegExpNormalChar] def
6533
6533
6534
- # 227 | [RegExpZeroWidthMatch] (?i)
6534
+ # 228 | [RegExpZeroWidthMatch] (?i)
6535
6535
6536
- # 227 | [RegExpConstant, RegExpNormalChar] def
6536
+ # 228 | [RegExpConstant, RegExpNormalChar] def
6537
6537
6538
- # 228 | [RegExpConstant, RegExpNormalChar] abc
6538
+ # 229 | [RegExpConstant, RegExpNormalChar] abc
6539
6539
6540
- # 228 | [RegExpSequence] abc(?i:def)ghi
6540
+ # 229 | [RegExpSequence] abc(?i:def)ghi
6541
6541
#-----| 0 -> [RegExpConstant, RegExpNormalChar] abc
6542
6542
#-----| 1 -> [RegExpGroup] (?i:def)
6543
6543
#-----| 2 -> [RegExpConstant, RegExpNormalChar] ghi
6544
6544
6545
- # 228 | [RegExpGroup] (?i:def)
6545
+ # 229 | [RegExpGroup] (?i:def)
6546
6546
#-----| 0 -> [RegExpConstant, RegExpNormalChar] :def
6547
6547
6548
- # 228| [RegExpConstant, RegExpNormalChar] :def
6549
-
6550
- # 228| [RegExpConstant, RegExpNormalChar] ghi
6548
+ # 229| [RegExpConstant, RegExpNormalChar] :def
6551
6549
6552
- # 229| [RegExpZeroWidthMatch] (?i)
6550
+ # 229| [RegExpConstant, RegExpNormalChar] ghi
6553
6551
6554
- # 229 | [RegExpConstant, RegExpNormalChar] abc
6552
+ # 230 | [RegExpZeroWidthMatch] (?i)
6555
6553
6556
- # 229 | [RegExpConstant, RegExpNormalChar] -i
6554
+ # 230 | [RegExpConstant, RegExpNormalChar] abc
6557
6555
6558
- # 229 | [RegExpConstant, RegExpNormalChar] def
6556
+ # 230 | [RegExpConstant, RegExpNormalChar] -i
6559
6557
6560
- # 232 | [RegExpConstant, RegExpNormalChar] abc
6558
+ # 230 | [RegExpConstant, RegExpNormalChar] def
6561
6559
6562
6560
# 233| [RegExpConstant, RegExpNormalChar] abc
6563
6561
@@ -6569,10 +6567,7 @@ regex.swift:
6569
6567
6570
6568
# 237| [RegExpConstant, RegExpNormalChar] abc
6571
6569
6572
- # 240| [RegExpDot] .
6573
-
6574
- # 240| [RegExpStar] .*
6575
- #-----| 0 -> [RegExpDot] .
6570
+ # 238| [RegExpConstant, RegExpNormalChar] abc
6576
6571
6577
6572
# 241| [RegExpDot] .
6578
6573
@@ -6584,7 +6579,12 @@ regex.swift:
6584
6579
# 242| [RegExpStar] .*
6585
6580
#-----| 0 -> [RegExpDot] .
6586
6581
6587
- # 245| [RegExpDot] .
6582
+ # 243| [RegExpDot] .
6583
+
6584
+ # 243| [RegExpStar] .*
6585
+ #-----| 0 -> [RegExpDot] .
6586
+
6587
+ # 246| [RegExpDot] .
6588
6588
6589
- # 245 | [RegExpStar] .*
6589
+ # 246 | [RegExpStar] .*
6590
6590
#-----| 0 -> [RegExpDot] .
0 commit comments