We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc81de6 commit ddc8fecCopy full SHA for ddc8fec
1 file changed
scriptshifter/tables/data/_ignore_base.yml
@@ -29,8 +29,8 @@ roman_to_script:
29
- "L(V|X{1,3})I{,3}\\b"
30
- "LX{1,3}I?V\\b"
31
- "LX{1,3}VI{,3}\\b"
32
- - "(V|X{1,3})I{,3}\\b"
33
- - "X{1,3}I{,3}\\b"
+ - "VI{1,3}\\b"
+ - "X{1,3}I{1,3}\\b"
34
- "X{1,3}I(V|X)\\b"
35
- "X{1,3}VI{,3}\\b"
36
0 commit comments