Identify and clean component uncertainty in timespans

This commit is contained in:
2026-06-08 13:42:45 +02:00
parent 59580720fe
commit 5b6d7f9401
2 changed files with 19 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ final class NodaUncertaintyHelperTest extends TestCase {
public static function uncertainTimesProvider():array {
return [
'infix: "1950-wohl 1960"' => ["1950-ca. 1960", "1950-1960", false],
'uncertainty prefix + infix: "ca. 1950-ca. 1960"' => ["ca. 1950-ca. 1960", "1950-1960", false],
'uncertainty prefix + infix: "wohl 1950-wohl 1960"' => ["wohl 1950-wohl 1960", "1950-1960", false],
'uncertainty prefix: "wohl 1950"' => ["wohl 1950", "1950", false],
'uncertainty prefix: "etwa 1950"' => ["etwa 1950", "1950", false],
'uncertainty suffix: "1950?"' => ["1950?", "1950", false],