Mercurial > hg > xemacs-beta
comparison tests/automated/syntax-tests.el @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | 133e816778ed |
children | 0f66906b6e37 |
comparison
equal
deleted
inserted
replaced
5125:b5df3737028a | 5126:2a462149bd6a |
---|---|
190 (Assert (backward-up-list-moves-point-from-to 16 12))) | 190 (Assert (backward-up-list-moves-point-from-to 16 12))) |
191 (Assert (backward-up-list-moves-point-from-to 19 12)) | 191 (Assert (backward-up-list-moves-point-from-to 19 12)) |
192 (Assert (backward-up-list-moves-point-from-to 20 3)) | 192 (Assert (backward-up-list-moves-point-from-to 20 3)) |
193 (Known-Bug-Expect-Failure | 193 (Known-Bug-Expect-Failure |
194 (Assert (backward-up-list-moves-point-from-to 22 3))) | 194 (Assert (backward-up-list-moves-point-from-to 22 3))) |
195 (Known-Bug-Expect-Failure | 195 (Known-Bug-Expect-Error scan-error |
196 (Assert (backward-up-list-moves-point-from-to 23 3))) | 196 (Assert (backward-up-list-moves-point-from-to 23 3)) |
197 ) | |
197 (Assert (backward-up-list-moves-point-from-to 24 3)) | 198 (Assert (backward-up-list-moves-point-from-to 24 3)) |
198 ;; This is maybe a little tricky, since we don't expect the position | 199 ;; This is maybe a little tricky, since we don't expect the position |
199 ;; check to happen -- so use an illegal expected position | 200 ;; check to happen -- so use an illegal expected position |
200 ;; I don't think there's any other way for this to fail that way, | 201 ;; I don't think there's any other way for this to fail that way, |
201 ;; barring hardware error.... | 202 ;; barring hardware error.... |