/* Record undo information and adjust markers and position keepers for
a replacement of a text PREV_TEXT at FROM to a new text of LEN
chars (LEN_BYTE bytes). If TEXT_AT_GAP_TAIL, the new text
- resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BNYTE)
+ resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BYTE)
Otherwise, the text resides in the gap just after GPT_BYTE.
PREV_TEXT nil means the new text was just inserted. */
(ruby-should-indent "a = %w[abc\n def]\n " 0)
(ruby-should-indent "a = \"abc\n def\"\n " 0))
-(ert-deftest ruby-regexp-doest-start-in-string ()
+(ert-deftest ruby-regexp-doesnt-start-in-string ()
(ruby-assert-state "'(/', /\d+/" 3 nil))
(ert-deftest ruby-regexp-starts-after-string ()