This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,29 @@
Test of the cram test framework itself
Multiline commands
$ cat <<EOF
> Multiline
> Text
> EOF
Multiline
Text
The environment is preserved across phrases
$ TOTO=hello
$ echo $TOTO
hello
$ mkdir -p toto
$ cd toto
$ pwd
$TESTCASE_ROOT/toto
$ cd ..
Printing stuff with backslashes
$ cat <<EOF
> abc \ def \n hij
> EOF
abc \ def \n hij