diff --git a/docs/languages/iasm.md b/docs/languages/iasm.md index 1339f2a6..bd07e1e2 100644 --- a/docs/languages/iasm.md +++ b/docs/languages/iasm.md @@ -30,6 +30,11 @@ Or you can download the code from > *New* in ``byexample 10.1.0``. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/java.md b/docs/languages/java.md index c4fba807..34006f15 100644 --- a/docs/languages/java.md +++ b/docs/languages/java.md @@ -15,6 +15,11 @@ for `Java`. It is installed by default as part of the > *New* in ``byexample 10.3.0``. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/javascript.md b/docs/languages/javascript.md index df3e7a4d..e4207a68 100644 --- a/docs/languages/javascript.md +++ b/docs/languages/javascript.md @@ -13,6 +13,11 @@ You can get the `nodejs` interpreter from [here](https://nodejs.org/en/download/ > **Stability**: ``experimental`` - non backward compatibility changes are > possible or even removal between versions (even patch versions). +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/powershell.md b/docs/languages/powershell.md index 5976237a..c5351352 100644 --- a/docs/languages/powershell.md +++ b/docs/languages/powershell.md @@ -36,6 +36,11 @@ $ byexample -l pwsh docs/languages/powershell.md # byexample: +timeout=8 > *New* in ``byexample 10.1.0``. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/python.md b/docs/languages/python.md index b9d14ab7..3e524c14 100644 --- a/docs/languages/python.md +++ b/docs/languages/python.md @@ -23,6 +23,11 @@ If `-l python` is used in the command line, `byexample` will use the binary named `python` while if you use `-l python3` it will be the binary named `python3`. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/ruby.md b/docs/languages/ruby.md index ba5cda02..8ee9f132 100644 --- a/docs/languages/ruby.md +++ b/docs/languages/ruby.md @@ -13,6 +13,11 @@ Check its [download page](https://www.ruby-lang.org/en/downloads/) > changes may occur between versions; but in general a change like that > will happen only between major versions. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter | diff --git a/docs/languages/shell.md b/docs/languages/shell.md index d5c42015..c83d2faf 100644 --- a/docs/languages/shell.md +++ b/docs/languages/shell.md @@ -29,6 +29,11 @@ $ byexample -l shell -o '+shell=dash' your-file-here # byexample: +skip > changes may occur between versions; but in general a change like that > will happen only between major versions. +### Versions tested + +We tested `byexample` with the following versions of the language +and the underlying runner or interpreter: + | Language | Runner/Interpreter |