<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/unit/viml, branch v0.4.3</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>tests: assert:set_parameter('TableFormatLevel', 100) #10925</title>
<updated>2019-09-03T11:29:49+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-03T11:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dcc8fcf0b9d819357d5ec9beb36cf698e600e809'/>
<id>dcc8fcf0b9d819357d5ec9beb36cf698e600e809</id>
<content type='text'>
luassert uses 3 by default, which is often not enough.

Instead of documenting how to increase it, let's use a more fitting
(sane) default of 100 levels.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
luassert uses 3 by default, which is often not enough.

Instead of documenting how to increase it, let's use a more fitting
(sane) default of 100 levels.</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove use of require('test.helpers')</title>
<updated>2019-05-18T13:48:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-05-18T12:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fd04877eb087b64d744a20db643f3abd630c70aa'/>
<id>fd04877eb087b64d744a20db643f3abd630c70aa</id>
<content type='text'>
The test.functional.helpers and test.unit.helpers modules now include
all of the public functions from test.helpers, so there is no need to
separately require('test.helpers').
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test.functional.helpers and test.unit.helpers modules now include
all of the public functions from test.helpers, so there is no need to
separately require('test.helpers').
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Make format_string('%q', ...) output more stable</title>
<updated>2018-02-02T12:28:56+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-02-01T22:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2316a38dd117b0bbd3b6ebb04856029c227633f6'/>
<id>2316a38dd117b0bbd3b6ebb04856029c227633f6</id>
<content type='text'>
It appears to be different on lua and luajit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears to be different on lua and luajit.</pre>
</div>
</content>
</entry>
<entry>
<title>*: Replace all occurrences of NVim with Nvim</title>
<updated>2017-11-30T08:53:25+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-30T08:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5ab0f988caffad5e8c87a075cbd3f91f0f7e002c'/>
<id>5ab0f988caffad5e8c87a075cbd3f91f0f7e002c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>viml/parser/expressions: Make sure that listed nodes may be present</title>
<updated>2017-11-26T13:57:42+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-26T13:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=36a4f3a259ffa282129b18358cce4130397077c5'/>
<id>36a4f3a259ffa282129b18358cce4130397077c5</id>
<content type='text'>
With the new test leaving `assert(false);` for any of the cases makes tests 
crash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the new test leaving `assert(false);` for any of the cases makes tests 
crash.</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Add some more tests</title>
<updated>2017-11-26T13:45:29+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-26T13:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cddf84c3982b8225f1592b6a61b63f8d1883ca94'/>
<id>cddf84c3982b8225f1592b6a61b63f8d1883ca94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Stabilize float format and %e in format_luav and format_string</title>
<updated>2017-11-19T19:00:59+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-19T18:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ebb33eddd9ad0e9cec5013be2e37c8f9b0546c77'/>
<id>ebb33eddd9ad0e9cec5013be2e37c8f9b0546c77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Fix linter errors</title>
<updated>2017-11-19T18:13:27+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-19T18:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f20f97c936f1438589c8176f62ce69c26e255f85'/>
<id>f20f97c936f1438589c8176f62ce69c26e255f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Use single test file for unit and functional parser tests</title>
<updated>2017-11-19T17:20:06+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-19T17:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a94255a7ac22649311f858e39b217543d0d7e5e8'/>
<id>a94255a7ac22649311f858e39b217543d0d7e5e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>viml/parser/expressions,unittests: Do better testing, fix found issues</title>
<updated>2017-11-19T16:22:54+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-11-19T16:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c287893225bad586af486b37546f5982e5b1cd03'/>
<id>c287893225bad586af486b37546f5982e5b1cd03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
