<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/tests, branch 2.0.0</title>
<subtitle>The STE Template Engine is a compiling template engine for PHP ≥ 5.3.
</subtitle>
<id>http://git.laria.me/ste/atom?h=2.0.0</id>
<link rel='self' href='http://git.laria.me/ste/atom?h=2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/'/>
<updated>2020-09-21T18:46:15Z</updated>
<entry>
<title>Move to r7r namespace and r7r composer package vendor</title>
<updated>2020-09-21T18:46:15Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-21T18:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=ceb262e08027531717f1a16faafc343e8d9656e3'/>
<id>urn:sha1:ceb262e08027531717f1a16faafc343e8d9656e3</id>
<content type='text'>
Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this
template engine anyway. Also it's a good excuse to get rid of more
remnants of my old kch42 nickname.
</content>
</entry>
<entry>
<title>Tests: Also test parsing pseudotags</title>
<updated>2020-09-15T21:14:59Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-15T20:52:27Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=d2d7170ae27803db5d041102d2456616ca89f323'/>
<id>urn:sha1:d2d7170ae27803db5d041102d2456616ca89f323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: Test parsing invalid input</title>
<updated>2020-09-15T20:44:16Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-15T20:44:16Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=c6801426167f99f1ea3da8730f27877b594da055'/>
<id>urn:sha1:c6801426167f99f1ea3da8730f27877b594da055</id>
<content type='text'>
&gt;95% coverage of the parser, hooray!
</content>
</entry>
<entry>
<title>Add some unit tests for the parser</title>
<updated>2020-09-15T20:21:04Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-15T20:21:04Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=71176122872e7d200167cd77d48ed30fda95b3ae'/>
<id>urn:sha1:71176122872e7d200167cd77d48ed30fda95b3ae</id>
<content type='text'>
So far only testing success, we should also test failing parse inputs.
</content>
</entry>
<entry>
<title>Code cleanup</title>
<updated>2020-09-13T20:25:15Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T20:25:15Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=76a1e915e0eea54b9b9a01d921efa6f9edffb3a8'/>
<id>urn:sha1:76a1e915e0eea54b9b9a01d921efa6f9edffb3a8</id>
<content type='text'>
- Add parameter and return types
- Add missing @throws tags
- Add visibilities to consts
</content>
</entry>
<entry>
<title>Use short array syntax</title>
<updated>2020-09-13T19:44:30Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T19:44:30Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=11932a471b4ef10faf76b6fcfe30a35f946eb7ab'/>
<id>urn:sha1:11932a471b4ef10faf76b6fcfe30a35f946eb7ab</id>
<content type='text'>
We can use it now that we switched to PHP 7.3
</content>
</entry>
<entry>
<title>Turn our functional tests into PhpUnit tests</title>
<updated>2020-09-13T19:35:16Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T19:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=4e2bfed23c17929795f2082d6e77937170caeaa9'/>
<id>urn:sha1:4e2bfed23c17929795f2082d6e77937170caeaa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cutting off whitespace in tag content</title>
<updated>2020-05-01T19:58:22Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-05-01T19:58:22Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=4671f08fe05521d8f3d3d843f30576cb651ccd1b'/>
<id>urn:sha1:4671f08fe05521d8f3d3d843f30576cb651ccd1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing `]` as last input char</title>
<updated>2020-05-01T15:55:59Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-05-01T15:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=ec389d3441953bbd7cb27f59df61531ba856fb33'/>
<id>urn:sha1:ec389d3441953bbd7cb27f59df61531ba856fb33</id>
<content type='text'>
Previously ] was duplicated in the ouput
</content>
</entry>
<entry>
<title>Add STECore typehint in generated test code</title>
<updated>2020-05-01T15:55:59Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-05-01T15:42:15Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=6e86cd0f381de60f77845ea4a7b6cbcc5fda4a47'/>
<id>urn:sha1:6e86cd0f381de60f77845ea4a7b6cbcc5fda4a47</id>
<content type='text'>
</content>
</entry>
</feed>
