Skip to content

Commit fa05e7c

Browse files
committed
fix lack of newline breaking markdown
1 parent e562273 commit fa05e7c

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ test6 arguments=46 expected_stdout="46 is not prime.\n"
189189

190190

191191
# make test succeed if it has just right digits in output
192-
test7 arguments=47 compare_only_characters="0123456789" expected_stdout="47 is not prime.\n"```
192+
test7 arguments=47 compare_only_characters="0123456789" expected_stdout="47 is not prime.\n"
193+
```
193194

194195

195196

@@ -702,7 +703,7 @@ A tuple can be to specify a diferent mount point in the sandbox.
702703
Pathnames of files or directories visible mounted read-write in the sandbox
703704
in addition to files or directories specified by **`sandbox_read_write_mount_base`**.
704705
A tuple can be to specify a different mount point in the sandbox
705-
`/proc` and `/tmp` are always mounted read-write in the sandbox
706+
`/tmp`, `/proc`, `/sys` and `/dev` are always mounted directly read-write in the sandbox
706707

707708
**`sandbox_read_only_mount_base`** = \['/bin', '/etc', '/lib', '/lib32', '/lib64', '/libx32', '/sbin', '/usr'\]
708709

@@ -711,14 +712,6 @@ Pathnames of files or directories mounted read-only in the sandbox
711712
The parameter **`sandbox_read_only_mount`** should be used to add extra pathnames.<bt>
712713
This parameter need only be set to stop one of these pathnames being mounted.
713714

714-
**`sandbox_read_write_mount_base`** = \['/dev/null', '/dev/zero', '/dev/random', '/dev/urandom'\]
715-
716-
717-
Pathnames of files or directories visible mounted read-write in the sandbox<dt>
718-
/tmp, /pro, /dev/shm are separately provided read-write in the sandbox<dt>
719-
The parameter **`"sandbox_read_write_mount`** should be used to add extra pathnames.<bt>
720-
This parameter need only be set to stop one of these pathnames being mounted.
721-
722715
**`sandbox_command`**
723716

724717

examples/simple_C/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ test6 arguments=46 expected_stdout="46 is not prime.\n"
2424

2525

2626
# make test succeed if it has just right digits in output
27-
test7 arguments=47 compare_only_characters="0123456789" expected_stdout="47 is not prime.\n"
27+
test7 arguments=47 compare_only_characters="0123456789" expected_stdout="47 is not prime.\n"

0 commit comments

Comments
 (0)