<?php

return ezcDocumentWikiDocumentNode::__set_state(array(
   'line' => 17,
   'position' => 1,
   'nodes' => 
  array (
    0 => 
    ezcDocumentWikiLiteralBlockNode::__set_state(array(
       'line' => 1,
       'position' => 0,
       'nodes' => 
      array (
      ),
       'token' => 
      ezcDocumentWikiLiteralBlockToken::__set_state(array(
         'content' => 'This is preformatted code all spaces are preserved: like              <-this',
         'line' => 1,
         'position' => 0,
      )),
    )),
    1 => 
    ezcDocumentWikiLiteralBlockNode::__set_state(array(
       'line' => 6,
       'position' => 0,
       'nodes' => 
      array (
      ),
       'token' => 
      ezcDocumentWikiLiteralBlockToken::__set_state(array(
         'content' => 'This is pretty much the same, but you could use it to show that you quoted a
file.',
         'line' => 6,
         'position' => 0,
      )),
    )),
    2 => 
    ezcDocumentWikiParagraphNode::__set_state(array(
       'line' => 16,
       'position' => 128,
       'nodes' => 
      array (
        0 => 
        ezcDocumentWikiTextNode::__set_state(array(
           'line' => 12,
           'position' => 0,
           'nodes' => 
          array (
          ),
           'token' => 
          ezcDocumentWikiTextLineToken::__set_state(array(
             'content' => 'This is some text which contains addresses like this:
http://www.splitbrain.org and **formatting**, but nothing is done with it.',
             'line' => 12,
             'position' => 0,
          )),
        )),
      ),
       'token' => 
      ezcDocumentWikiNewLineToken::__set_state(array(
         'content' => '
',
         'line' => 16,
         'position' => 128,
      )),
    )),
  ),
   'token' => 
  ezcDocumentWikiEndOfFileToken::__set_state(array(
     'content' => NULL,
     'line' => 17,
     'position' => 1,
  )),
));

