<feed xmlns='http://www.w3.org/2005/Atom'>
<title>askama/testing/templates/rust-macro-args.html, branch main</title>
<subtitle>added poem support</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/'/>
<entry>
<title>Replace rust_macro test to work on nightly</title>
<updated>2021-07-02T14:37:11+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2021-07-02T07:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=e9badca2573a8e6f89e14a75446e1c890ebd843f'/>
<id>e9badca2573a8e6f89e14a75446e1c890ebd843f</id>
<content type='text'>
The current rust_test uses `stringify!()`. The documentation gives us
the warning:

&gt; Note that the expanded results of the input tokens may change in the
&gt; future. You should be careful if you rely on the output.

In the current nightly rust the result was indeed changed, so the test
not fails.

This PR replaces the test with another macro, that does not depend on
`stringify!()`.

Closes issue #504.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current rust_test uses `stringify!()`. The documentation gives us
the warning:

&gt; Note that the expanded results of the input tokens may change in the
&gt; future. You should be careful if you rely on the output.

In the current nightly rust the result was indeed changed, so the test
not fails.

This PR replaces the test with another macro, that does not depend on
`stringify!()`.

Closes issue #504.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat test for better readability</title>
<updated>2019-10-09T09:47:07+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2019-10-09T09:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=f230c78926a63407f96ddb0ab83d6817d293649b'/>
<id>f230c78926a63407f96ddb0ab83d6817d293649b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit test sensitivity to macro pretty printing output</title>
<updated>2019-10-09T09:45:13+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2019-10-09T09:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=8c56de1e698253662ec3e9efeb5e20fc88eea0e9'/>
<id>8c56de1e698253662ec3e9efeb5e20fc88eea0e9</id>
<content type='text'>
See https://github.com/rust-lang/rust/issues/65207.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/rust-lang/rust/issues/65207.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix rust macro arguments</title>
<updated>2018-12-13T08:32:03+00:00</updated>
<author>
<name>Juan Aguilar Santillana</name>
<email>mhpoin@gmail.com</email>
</author>
<published>2018-12-12T21:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=39e08325c0e0fba75384579427d1c6f7eca8fbc9'/>
<id>39e08325c0e0fba75384579427d1c6f7eca8fbc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
