Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
43251a14
Commit
43251a14
authored
Jun 04, 2020
by
Guillaume Huard
Browse files
Modif mineure pour montrer les limites desactivées
parent
5f5e5d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/Demo.org
View file @
43251a14
...
...
@@ -144,7 +144,8 @@ echo "Hello world !"
tests => {
test_1 => { timeout => 1 },
test_2 => { output_limit => 1 },
test_3 => { output_limit => 1, timeout => 1 }
# Vraiment déconseillé, on désactive tout
test_3 => { output_limit => -1, timeout => -1 }
}
};
#+END_SRC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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