Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
1a7a00cb
Commit
1a7a00cb
authored
Oct 10, 2018
by
Eckhart Arnold
Browse files
typos in StepByStepGuide.rst corrected
parent
f30073b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/StepByStepGuide.rst
View file @
1a7a00cb
...
...
@@ -779,7 +779,7 @@ again, where "document" is defined as follows::
As we can see a "document"-node may also contain whitespace and an EOF-marker.
The reason why we don't find these in the output is that empty nodes have been
eliminated by the ``remove_empty``-transformation specified in the "+"-joker,
before.
While
EOF is always empty (little exercise: explain why!). But there
before. EOF is always empty (little exercise: explain why!). But there
could be ":Whitespace"-nodes next to the zero or more sentences in the document
node, in which case the "reduce_single_child"-operator would do nothing, because
there is more than a single child. (We could of course also use the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment