blob: 700efd8d21afc1fc6641925f41b839eb362d8889 [file] [log] [blame]
From "one [two three four five]"
To "one two [three four five]"
"|one two three four five" -> "|one " -> "|one two " -> YES/YES
"o|ne two three four five" -> "o|ne " -> "o|ne two " -> YES/YES
"on|e two three four five" -> "on|e " -> "on|e two " -> YES/YES
"one| two three four five" -> "one| " -> "one| two " -> YES/YES
"one |two three four five" -> "|two three four five" -> "one |two " -> YES/YES
"one t|wo three four five" -> "t|wo three four five" -> "one t|wo " -> YES/YES
"one tw|o three four five" -> "tw|o three four five" -> "one tw|o " -> YES/YES
"one two| three four five" -> "two| three four five" -> "one two| " -> YES/YES
"one two |three four five" -> "two |three four five" -> "|three four five" -> YES/YES
"one two t|hree four five" -> "two t|hree four five" -> "t|hree four five" -> YES/YES
"one two th|ree four five" -> "two th|ree four five" -> "th|ree four five" -> YES/YES
"one two thr|ee four five" -> "two thr|ee four five" -> "thr|ee four five" -> YES/YES
"one two thre|e four five" -> "two thre|e four five" -> "thre|e four five" -> YES/YES
"one two three| four five" -> "two three| four five" -> "three| four five" -> YES/YES
"one two three |four five" -> "two three |four five" -> "three |four five" -> YES/YES
"one two three f|our five" -> "two three f|our five" -> "three f|our five" -> YES/YES
"one two three fo|ur five" -> "two three fo|ur five" -> "three fo|ur five" -> YES/YES
"one two three fou|r five" -> "two three fou|r five" -> "three fou|r five" -> YES/YES
"one two three four| five" -> "two three four| five" -> "three four| five" -> YES/YES
"one two three four |five" -> "two three four |five" -> "three four |five" -> YES/YES
"one two three four f|ive" -> "two three four f|ive" -> "three four f|ive" -> YES/YES
"one two three four fi|ve" -> "two three four fi|ve" -> "three four fi|ve" -> YES/YES
"one two three four fiv|e" -> "two three four fiv|e" -> "three four fiv|e" -> YES/YES
"one two three four five|" -> "two three four five|" -> "three four five|" -> YES/YES