You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ninka/files/ninka-2.0_pre1_p20170402-br...

12 lines
284 B

--- ninka-orig/lib/Ninka/SentenceExtractor.pm
+++ ninka/lib/Ninka/SentenceExtractor.pm
@@ -114,7 +114,7 @@
# check for trailing bullets of different types
s/^o //;
- s/^\s*[0-9]{1-2}+\s*[\-\)]//;
+ s/^\s*[0-9]{1,2}+\s*[\-\)]//;
s/^[ \t]+//;
s/[ \t]+$//;