From 307b69b69a153f9547d15c5919e2e48f0423b36a Mon Sep 17 00:00:00 2001 From: Ola x Nilsson Date: Mon, 18 Sep 2017 17:15:18 +0200 Subject: Fix table in Compiler-properties hotdoc requires a pipe character for the right edge --- docs/markdown/Compiler-properties.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index 06efff3..4def628 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -103,12 +103,12 @@ The `result` variable encapsulates the state of the test, which can be extracted with the following methods. The `name` keyword argument works the same as with `compiles`. -| Method | Return value -| ------ | ------------ -| compiled | `True` if compilation succeeded. If `false` then all other methods return undefined values. -| returncode | The return code of the application as an integer -| stdout | Program's standard out as text. -| stderr | Program's standard error as text. +| Method | Return value | +| ------ | ------------ | +| compiled | `True` if compilation succeeded. If `false` then all other methods return undefined values. | +| returncode | The return code of the application as an integer | +| stdout | Program's standard out as text. | +| stderr | Program's standard error as text. | Here is an example usage: -- cgit v1.1