tweak(regex): Improve `Colourisation` description
This commit is contained in:
parent
912e572825
commit
7c52974d1b
|
|
@ -1,8 +1,17 @@
|
||||||
name: Colourisation
|
name: Colourisation
|
||||||
pattern: \bcolou?r(i[sz]ed?|ed)?\b
|
pattern: \bcolou?r(i[sz]ed?|ed)?\b
|
||||||
description: '- Matches `colour`, `coloured`, `colourize`, `colourized`.
|
description: 'Colourisation (or colorization in American English) is the process of
|
||||||
|
adding colour to black-and-white, sepia, or other monochrome images. Matches variations
|
||||||
|
of `color` in both American and British spellings, including:
|
||||||
|
|
||||||
- Handles both American ("color") and British ("colour") spellings.'
|
|
||||||
|
- **Base forms:** `color`, `colour`
|
||||||
|
|
||||||
|
- **Past tense/adjective forms:** `colored`, `coloured`
|
||||||
|
|
||||||
|
- **Verb forms:** `colorize`, `colourize`, `colorise`, `colourise`
|
||||||
|
|
||||||
|
- **Past participles:** `colorized`, `coloured`, `colourized`, `colourised`'
|
||||||
tags:
|
tags:
|
||||||
- Colour Grade
|
- Colour Grade
|
||||||
- Enhancement
|
- Enhancement
|
||||||
|
|
@ -10,7 +19,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 1
|
id: 1
|
||||||
input: colour
|
input: colour
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 6
|
end: 6
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -21,7 +30,7 @@ tests:
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 3
|
id: 3
|
||||||
input: coloured
|
input: coloured
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 8
|
end: 8
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -31,30 +40,30 @@ tests:
|
||||||
passes: true
|
passes: true
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 4
|
id: 4
|
||||||
input: colourize
|
input: colourise
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 9
|
end: 9
|
||||||
start: 0
|
start: 0
|
||||||
matchedContent: colourize
|
matchedContent: colourise
|
||||||
matchedGroups:
|
matchedGroups:
|
||||||
- ize
|
- ise
|
||||||
passes: true
|
passes: true
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 7
|
id: 7
|
||||||
input: colourized
|
input: colourised
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 10
|
end: 10
|
||||||
start: 0
|
start: 0
|
||||||
matchedContent: colourized
|
matchedContent: colourised
|
||||||
matchedGroups:
|
matchedGroups:
|
||||||
- ized
|
- ised
|
||||||
passes: true
|
passes: true
|
||||||
- expected: true
|
- expected: true
|
||||||
id: 8
|
id: 8
|
||||||
input: colored
|
input: colored
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan:
|
matchSpan:
|
||||||
end: 7
|
end: 7
|
||||||
start: 0
|
start: 0
|
||||||
|
|
@ -65,7 +74,7 @@ tests:
|
||||||
- expected: false
|
- expected: false
|
||||||
id: 9
|
id: 9
|
||||||
input: discolor
|
input: discolor
|
||||||
lastRun: '2025-02-13T13:29:13.301346'
|
lastRun: '2025-02-22T19:10:06.067266'
|
||||||
matchSpan: null
|
matchSpan: null
|
||||||
matchedContent: null
|
matchedContent: null
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue