comparison tests/automated/syntax-tests.el @ 5543:fbe90e6f7a43

Initialize start and end properly (to new markers, not Qnil). * * * Refactor syntax cache initialization. * * * Refactor setup_syntax_cache.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:20 +0900
parents eed303fac325
children 69de75c48efa
comparison
equal deleted inserted replaced
5542:dab422055bab 5543:fbe90e6f7a43
202 "Unbalanced parentheses" 202 "Unbalanced parentheses"
203 (backward-up-list-moves-point-from-to 25 nil)) 203 (backward-up-list-moves-point-from-to 25 nil))
204 ;; special-case check that point didn't move 204 ;; special-case check that point didn't move
205 (Assert (= (point) 25)))) 205 (Assert (= (point) 25))))
206 206
207 ;; #### Add the recipe in <yxzfymklb6p.fsf@gimli.holgi.priv> on xemacs-beta.
208 ;; You also need to do a DELETE or type SPC to get the crash in 21.5.24.
209 ;http://list-archive.xemacs.org/pipermail/xemacs-beta/2006-February/008430.html
210
207 ;;; end of syntax-tests.el 211 ;;; end of syntax-tests.el