Changeset 1181
- Timestamp:
- 04/09/09 20:20:48 (4 years ago)
- Files:
-
- 1 modified
-
branches/Ticket1226/paraHandlerBest.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Ticket1226/paraHandlerBest.js
r1180 r1181 991 991 test('Text node in body: after text node', 992 992 'Hi', [['offset', 'length']], // Point after text node 993 ' <p>Hi</p><p> </p>', [['child', 1]],994 [['child', 1], ['child', 0]]);993 'Hi<p> </p>', [['child', 1]], // This is not ideal output, but the line breaker never sees the text node and 994 [['child', 1], ['child', 0]]); // so can't do anything about it. 995 995 996 996 /*************** Repeat the header block for each header level once the tests are passing *********************/
