(doc)
| 6990 | // Verify that the selection does not partially select any atomic |
| 6991 | // marked ranges. |
| 6992 | function reCheckSelection(doc) { |
| 6993 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false)) |
| 6994 | } |
| 6995 | |
| 6996 | // Return a selection that does not partially select any atomic |
| 6997 | // ranges. |
no test coverage detected