Mentions légales du service

Skip to content
Snippets Groups Projects

Release 3.0.0

Merged Mathieu Giraud requested to merge release into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -5,14 +5,14 @@ echo hello, world
# Lines containing a `:` are test lines.
# The `test expression` is what is found at the right of the `:`.
# It should be found in the stdout, at least one time.
# It should be found in the stdout, at least in one line.
:world
:lo, wo
# What is at the left of the `:` are modifiers.
# One can specify the exact number of times the test expression has to appear.
# One can specify the exact number of lines where the test expression has to appear.
1:hello
0:Bye-bye
Loading