Skip to content

Commit

Permalink
[SV Sequence] Update patten to remove invalid escaping (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawanas authored Nov 30, 2021
1 parent 75b4257 commit 7cd381f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patterns/Swedish/Swedish-QuotedText.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QuotedTextRegex2: !simpleRegex
QuotedTextRegex3: !simpleRegex
def: (""([^""]+)"")
QuotedTextRegex4: !simpleRegex
def: (\\'([^\']+)\\')
def: ('([^']+)')
QuotedTextRegex5: !simpleRegex
def: (`([^`]+)`)
QuotedTextRegex6: !simpleRegex
Expand All @@ -17,4 +17,4 @@ QuotedTextRegex7: !simpleRegex
QuotedTextRegex8: !simpleRegex
def: (123456)
QuotedTextRegex9: !simpleRegex
def: (123456)
def: (123456)

0 comments on commit 7cd381f

Please sign in to comment.