<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/lisp/align-resources, branch scratch/split-package.el</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Support lua-ts-mode in align.el</title>
<updated>2023-10-21T10:25:25+00:00</updated>
<author>
<name>john muhl</name>
</author>
<published>2023-10-10T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a838bcb23c60fe5bd29a1013a8c75796420ee461'/>
<id>a838bcb23c60fe5bd29a1013a8c75796420ee461</id>
<content type='text'>
* lisp/align.el (align-rules-list): Add lua-ts-mode.  (Bug#66466)
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Indent region
before aligning.
* test/lisp/align-tests.el (align-lua):
* test/lisp/align-resources/lua-ts-mode.erts: Add tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/align.el (align-rules-list): Add lua-ts-mode.  (Bug#66466)
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Indent region
before aligning.
* test/lisp/align-tests.el (align-lua):
* test/lisp/align-resources/lua-ts-mode.erts: Add tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/lisp/align-resources/c-mode.erts: Make test agree with Emacs</title>
<updated>2023-08-05T16:23:52+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2023-08-05T16:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1bf92d91950271c497675d3a7dc418fc6bf75175'/>
<id>1bf92d91950271c497675d3a7dc418fc6bf75175</id>
<content type='text'>
This eliminates a failure in align-tests.  There doesn't seem to be
anything obviously wrong with Emacs's behaviour in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This eliminates a failure in align-tests.  There doesn't seem to be
anything obviously wrong with Emacs's behaviour in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for align-regexp</title>
<updated>2023-08-03T09:58:03+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-08-03T09:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=508eaa3290963dd0ef07f99263d1171be3a6f85a'/>
<id>508eaa3290963dd0ef07f99263d1171be3a6f85a</id>
<content type='text'>
* test/lisp/align-tests.el (align-regexp): New test.
* test/lisp/align-resources/align-regexp.erts: New file.

* test/lisp/align-resources/c-mode.erts: Add new test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/align-tests.el (align-regexp): New test.
* test/lisp/align-resources/align-regexp.erts: New file.

* test/lisp/align-resources/c-mode.erts: Add new test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add latex-mode tests for align.el</title>
<updated>2023-08-03T03:45:13+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-08-03T03:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0de20a595c964c03ed363ff01d4707a17cee3759'/>
<id>0de20a595c964c03ed363ff01d4707a17cee3759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python-mode tests for align.el</title>
<updated>2023-08-02T22:49:02+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-08-02T22:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=daa174e56be6dedbf6f1f5dc197c4a442e901809'/>
<id>daa174e56be6dedbf6f1f5dc197c4a442e901809</id>
<content type='text'>
* test/lisp/align-tests.el (align-python): New test.
* test/lisp/align-resources/python-mode.erts: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/align-tests.el (align-python): New test.
* test/lisp/align-resources/python-mode.erts: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add align tests for CSS</title>
<updated>2023-08-01T12:39:35+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-08-01T12:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7b9660c3b91d7550686f522650da3721e415ed64'/>
<id>7b9660c3b91d7550686f522650da3721e415ed64</id>
<content type='text'>
* test/lisp/align-tests.el (align-css): New test.
* test/lisp/align-resources/css-mode.erts: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/align-tests.el (align-css): New test.
* test/lisp/align-resources/css-mode.erts: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `M-x align` support to conf-toml-mode</title>
<updated>2023-08-01T08:40:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-08-01T08:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a3979a664304006afa0761884ae0927d269c698c'/>
<id>a3979a664304006afa0761884ae0927d269c698c</id>
<content type='text'>
* lisp/align.el (align-rules-list): Add rule for conf-toml-mode.
* test/lisp/align-resources/conf-toml-mode.erts: New file.
* test/lisp/align-tests.el (align-toml): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/align.el (align-rules-list): Add rule for conf-toml-mode.
* test/lisp/align-resources/conf-toml-mode.erts: New file.
* test/lisp/align-tests.el (align-toml): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert align-tests to use erts</title>
<updated>2023-08-01T08:38:42+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-07-31T11:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3e505d36acb7510a5170fc3529fa8cf1c69e0f50'/>
<id>3e505d36acb7510a5170fc3529fa8cf1c69e0f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some tests for align.el</title>
<updated>2020-12-29T07:38:25+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-29T07:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee0e259e5d52749999be329afa9c764a8aff0531'/>
<id>ee0e259e5d52749999be329afa9c764a8aff0531</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
