Skip to content

Commit

Permalink
Highlight output as output.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Oct 7, 2021
1 parent 75e0789 commit 2cedcc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ll/ul4on.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def ul4onload(self, decoder):
This script outputs:
.. sourcecode:: console
.. sourcecode:: output
Dump: O S'com.example.person' S'John' S'Doe' )
Loaded: <Person firstname='John' lastname='Doe'>
Expand Down Expand Up @@ -258,7 +258,7 @@ def ul4onload(self, decoder):
This outputs:
.. sourcecode:: console
.. sourcecode:: output
Loaded: <Person firstname='John' lastname=None>
Expand All @@ -280,7 +280,7 @@ def ul4onload(self, decoder):
This prints:
.. sourcecode:: console
.. sourcecode:: output
S'spam'
^0
Expand All @@ -296,7 +296,7 @@ def ul4onload(self, decoder):
This prints:
.. sourcecode:: console
.. sourcecode:: output
spam
spam
Expand Down

0 comments on commit 2cedcc5

Please sign in to comment.