gnu-social/vendor/zetacomponents/document/tests/files/rst/tokenizer/comment.tokens
2021-07-16 19:44:40 +01:00

147 lines
2.9 KiB
Plaintext

<?php
return array (
0 =>
ezcDocumentRstToken::__set_state(array(
'type' => 4,
'content' => '..',
'line' => 1,
'position' => 1,
'escaped' => false,
)),
1 =>
ezcDocumentRstToken::__set_state(array(
'type' => 1,
'content' => ' ',
'line' => 1,
'position' => 3,
'escaped' => false,
)),
2 =>
ezcDocumentRstToken::__set_state(array(
'type' => 5,
'content' => 'Comments begin with two dots and a space',
'line' => 1,
'position' => 4,
'escaped' => false,
)),
3 =>
ezcDocumentRstToken::__set_state(array(
'type' => 4,
'content' => '.',
'line' => 1,
'position' => 44,
'escaped' => false,
)),
4 =>
ezcDocumentRstToken::__set_state(array(
'type' => 1,
'content' => ' ',
'line' => 1,
'position' => 45,
'escaped' => false,
)),
5 =>
ezcDocumentRstToken::__set_state(array(
'type' => 5,
'content' => 'Anything may',
'line' => 1,
'position' => 47,
'escaped' => false,
)),
6 =>
ezcDocumentRstToken::__set_state(array(
'type' => 2,
'content' => '
',
'line' => 1,
'position' => 59,
'escaped' => false,
)),
7 =>
ezcDocumentRstToken::__set_state(array(
'type' => 1,
'content' => ' ',
'line' => 2,
'position' => 1,
'escaped' => false,
)),
8 =>
ezcDocumentRstToken::__set_state(array(
'type' => 5,
'content' => 'follow, except for the syntax of footnotes/citations,',
'line' => 2,
'position' => 4,
'escaped' => false,
)),
9 =>
ezcDocumentRstToken::__set_state(array(
'type' => 2,
'content' => '
',
'line' => 2,
'position' => 57,
'escaped' => false,
)),
10 =>
ezcDocumentRstToken::__set_state(array(
'type' => 1,
'content' => ' ',
'line' => 3,
'position' => 1,
'escaped' => false,
)),
11 =>
ezcDocumentRstToken::__set_state(array(
'type' => 5,
'content' => 'hyperlink targets, directives, or substitution definitions',
'line' => 3,
'position' => 4,
'escaped' => false,
)),
12 =>
ezcDocumentRstToken::__set_state(array(
'type' => 4,
'content' => '.',
'line' => 3,
'position' => 62,
'escaped' => false,
)),
13 =>
ezcDocumentRstToken::__set_state(array(
'type' => 2,
'content' => '
',
'line' => 3,
'position' => 63,
'escaped' => false,
)),
14 =>
ezcDocumentRstToken::__set_state(array(
'type' => 2,
'content' => '
',
'line' => 4,
'position' => 1,
'escaped' => false,
)),
15 =>
ezcDocumentRstToken::__set_state(array(
'type' => 2,
'content' => '
',
'line' => 4,
'position' => 1,
'escaped' => false,
)),
16 =>
ezcDocumentRstToken::__set_state(array(
'type' => 6,
'content' => NULL,
'line' => 4,
'position' => 1,
'escaped' => false,
)),
);