Peter Maydell
99dff36d3a
scripts/qapi: Move doc-comment whitespace stripping to doc.py
...
As we accumulate lines from doc comments when parsing the JSON, the
QAPIDoc class generally strips leading and trailing whitespace using
line.strip() when it calls _append_freeform(). This is fine for
Texinfo, but for rST leading whitespace is significant. We'd like to
move to having the text in doc comments be rST format rather than a
custom syntax, so move the removal of leading whitespace from the
QAPIDoc class to the texinfo-specific processing code in
texi_format() in qapi/doc.py.
(Trailing whitespace will always be stripped by the rstrip() in
Section::append regardless.)
In a followup commit we will make the whitespace in the lines of doc
comment sections more consistently follow the input source.
There is no change to the generated .texi files before and after this
commit.
Because the qapi-schema test checks the exact values of the
documentation comments against a reference, we need to update that
reference to match the new whitespace. In the first four places this
is now correctly checking that we did put in the amount of whitespace
to pass a rST-formatted list to the backend; in the last two places
the extra whitespace is 'wrong' and will go away again in the
following commit.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-5-peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2020-09-29 17:55:39 +02:00
..
2020-08-03 08:28:08 +02:00
2019-10-22 09:26:12 +02:00
2018-05-30 13:19:14 -03:00
2018-05-30 13:19:14 -03:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2016-02-19 11:08:56 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2020-03-17 19:58:34 +01:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2019-09-24 14:07:23 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:05 +02:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-09-01 12:51:04 +02:00
2017-09-01 12:51:04 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:09 +02:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:09 +02:00
2017-05-31 16:04:09 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:09 +02:00
2017-05-31 16:04:09 +02:00
2019-10-22 09:26:12 +02:00
2017-09-01 12:51:04 +02:00
2017-09-01 12:51:04 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:09 +02:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2016-02-19 11:08:56 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:05 +02:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:05 +02:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-21 09:56:49 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2016-07-19 13:21:08 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2016-07-19 13:21:08 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2016-07-19 13:21:08 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:16 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2019-09-28 17:17:18 +02:00
2015-12-17 08:21:29 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-12-17 08:21:27 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2018-07-03 18:21:24 +02:00
2018-07-03 18:21:24 +02:00
2019-10-22 09:26:12 +02:00
2018-07-03 18:21:24 +02:00
2018-07-03 18:21:24 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2018-07-03 18:21:24 +02:00
2019-10-22 09:26:12 +02:00
2018-07-03 18:21:24 +02:00
2018-07-03 18:21:24 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-12-17 08:21:29 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-12-17 08:21:29 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2017-03-16 07:13:01 +01:00
2019-02-18 14:44:04 +01:00
2019-10-29 07:35:16 +01:00
2017-05-31 16:04:05 +02:00
2017-03-16 07:13:03 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2017-03-16 07:13:03 +01:00
2017-03-16 07:13:03 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2020-09-07 16:35:16 +02:00
2020-09-07 16:35:16 +02:00
2020-09-07 16:35:16 +02:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-29 07:35:16 +01:00
2017-03-16 07:13:03 +01:00
2017-03-16 07:13:04 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:03 +01:00
2017-03-16 07:13:03 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:03 +01:00
2017-03-16 07:13:03 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2017-03-21 10:42:55 +01:00
2020-09-29 17:55:39 +02:00
2020-09-29 17:55:39 +02:00
2020-09-29 17:55:39 +02:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-01-16 10:10:35 +01:00
2017-01-16 10:10:35 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:03 +01:00
2017-03-16 07:13:03 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-29 07:35:16 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2014-03-11 09:07:41 -04:00
2020-01-14 11:01:58 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-15 10:59:28 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2015-05-05 18:39:00 +02:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:02 +01:00
2015-12-17 08:21:29 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2016-07-19 13:21:08 +02:00
2015-05-05 18:39:01 +02:00
2017-03-16 07:13:01 +01:00
2019-10-22 13:54:13 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2014-06-23 11:01:25 -04:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2020-03-17 21:42:47 +01:00
2020-03-17 21:42:47 +01:00
2020-03-17 21:42:47 +01:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2019-09-24 14:07:23 +02:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2019-10-22 09:26:12 +02:00
2019-06-12 18:35:26 +02:00
2019-06-12 18:35:26 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-06-18 14:19:47 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-21 09:56:49 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-10-12 18:44:54 +02:00
2019-10-22 09:26:12 +02:00
2019-09-28 17:17:19 +02:00
2019-09-24 14:07:22 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2016-02-19 11:08:56 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2014-03-11 09:07:41 -04:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2014-03-11 09:07:41 -04:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2014-03-11 09:07:41 -04:00
2019-10-22 09:26:12 +02:00
2019-09-28 17:17:19 +02:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2014-03-11 09:07:42 -04:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2019-09-24 14:07:23 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2019-09-24 14:07:22 +02:00
2019-10-22 09:26:12 +02:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2019-10-22 09:26:12 +02:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 09:26:12 +02:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2019-10-22 09:26:12 +02:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2019-10-22 09:26:12 +02:00
2015-10-12 18:44:54 +02:00
2014-05-08 14:19:58 -04:00
2014-05-16 10:35:59 -04:00
2014-05-16 10:35:59 -04:00
2014-05-16 10:35:59 -04:00
2020-01-14 11:01:58 +01:00
2019-10-22 09:26:12 +02:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2017-03-16 07:13:01 +01:00
2014-05-08 14:19:58 -04:00
2014-05-08 14:19:58 -04:00
2019-02-18 14:44:04 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 13:54:13 +02:00
2019-10-22 09:26:12 +02:00
2015-09-04 15:47:16 +02:00
2015-09-04 15:47:16 +02:00
2019-10-22 09:26:12 +02:00
2015-09-04 15:47:16 +02:00
2015-09-04 15:47:16 +02:00
2020-09-16 08:41:06 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2015-05-05 18:39:02 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2018-03-27 10:17:45 -05:00
2018-03-27 10:17:45 -05:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2017-03-16 07:13:02 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2017-03-16 07:13:01 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:02 +01:00
2017-03-16 07:13:02 +01:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2019-09-24 14:07:22 +02:00
2020-08-03 08:28:08 +02:00
2020-03-17 21:42:47 +01:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:26 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-12-17 08:21:27 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:26 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:26 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:28 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-12-17 08:21:27 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:25 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-11-02 08:30:26 +01:00
2019-10-22 09:26:12 +02:00
2017-05-31 16:04:05 +02:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:15 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:02 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2019-09-24 14:07:22 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2019-09-24 14:07:22 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:02 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:02 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:16 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2019-09-24 14:07:23 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-09-04 15:47:16 +02:00
2020-08-03 08:28:08 +02:00
2020-03-17 21:25:47 +01:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:02 +01:00
2017-03-16 07:13:02 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:00 +02:00
2019-10-22 09:26:12 +02:00
2019-09-28 17:17:18 +02:00
2015-12-17 08:21:29 +01:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:23 +02:00
2019-09-24 14:07:23 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2018-12-13 19:20:11 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-10-12 18:44:54 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2016-02-19 11:08:56 +01:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2014-03-11 09:07:41 -04:00
2019-10-22 09:26:12 +02:00
2017-03-16 07:13:01 +01:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-09-28 17:17:19 +02:00
2015-05-05 18:39:01 +02:00
2019-10-22 09:26:12 +02:00
2019-09-24 14:07:22 +02:00
2015-05-05 18:39:02 +02:00
2019-10-22 09:26:12 +02:00
2018-12-13 19:20:11 +01:00
2015-05-05 18:39:01 +02:00