blob: 54e4d4a50feb7a567919a3499ece50763948ef00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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]+$//;
|