Skip to content

Commit

Permalink
Merge pull request #474 from Bond-009/example
Browse files Browse the repository at this point in the history
Fix example partial output
  • Loading branch information
jorg-vr authored Nov 13, 2024
2 parents cfdc883 + 7bc9fb6 commit 5ba0a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/references/judges/creating-a-judge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Because the format is split up in smaller commands, it can be parsed partially (
```json
{ "command": "start-judgement" }
{ "command": "append-message", "message": "will be added to the judgement" }
{ "command": "annotate", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" }
{ "command": "annotate-code", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" }
{ "command": "start-tab", "title": "Tab One" }
{ "command": "start-context" }
{ "command": "start-testcase", "description": "case 1" }
Expand Down
2 changes: 1 addition & 1 deletion nl/references/judges/creating-a-judge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Because the format is split up in smaller commands, it can be parsed partially (
```json
{ "command": "start-judgement" }
{ "command": "append-message", "message": "will be added to the judgement" }
{ "command": "annotate", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" }
{ "command": "annotate-code", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" }
{ "command": "start-tab", "title": "Tab One" }
{ "command": "start-context" }
{ "command": "start-testcase", "description": "case 1" }
Expand Down

0 comments on commit 5ba0a1e

Please sign in to comment.