blob: c949541225e50d37cee535d351838b1bcab18300 [file] [log] [blame]
123456789
-
This tests a particular construction that screws up the text iterator.
-
actual text: \n123456789
from innerText (TextIterator): 123456789
from attributedSubstringFromRange: 123456789
SUCCESS: Strings matched, although there is room for improvement because they were both wrong.