<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/tests/test_mktag, branch develop</title>
<subtitle>The STE Template Engine is a compiling template engine for PHP ≥ 5.3.
</subtitle>
<id>https://git.laria.me/ste/atom?h=develop</id>
<link rel='self' href='https://git.laria.me/ste/atom?h=develop'/>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/'/>
<updated>2015-04-14T20:37:15Z</updated>
<entry>
<title>Trim whitespace</title>
<updated>2015-04-14T20:37:15Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2015-04-14T20:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=b52413dbb4d8333d5fe2a351780e20b04c4525a2'/>
<id>urn:sha1:b52413dbb4d8333d5fe2a351780e20b04c4525a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added scoping.</title>
<updated>2014-05-23T23:39:33Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-05-23T23:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=84d815f4e006e02521759070bb89025dab80b219'/>
<id>urn:sha1:84d815f4e006e02521759070bb89025dab80b219</id>
<content type='text'>
ste:mktag generated tags now have an own scope. They even resemble
closures, since they inherit their parent scope.

A lot of work was done to keep this compatible with older programs.
However:

* Templates that relied on the non-scoping behavior of tags will probably
  fail.
* Since $ste-&gt;vars is no longer an actual array, things like
    $ste-&gt;vars["foo"]["bar"] = "baz"
  are no longer possible! A single field access will still work:
    $ste-&gt;vars["foo"] = "bar"
</content>
</entry>
<entry>
<title>Made the tests more tolerant for whitespace.</title>
<updated>2013-10-24T22:15:34Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-24T22:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=ecb1ed97be62f26e84d860f3b79244237947aab5'/>
<id>urn:sha1:ecb1ed97be62f26e84d860f3b79244237947aab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added some tests.</title>
<updated>2013-10-23T13:22:12Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-23T13:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=7ae08e3c35760fd7c5cb00d9a8a27488090f952d'/>
<id>urn:sha1:7ae08e3c35760fd7c5cb00d9a8a27488090f952d</id>
<content type='text'>
Many of these break. Mostly because the way whitespace/newlines are added
(or not added). This is terribly broken ATM...
(It was okay with the old parser, I'll try to replicate that behaviour)
</content>
</entry>
</feed>
