aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/base.sh0
-rw-r--r--tests/builtin.sh23
-rw-r--r--tests/redirection.sh0
-rw-r--r--tests/separator.sh0
4 files changed, 23 insertions, 0 deletions
diff --git a/tests/base.sh b/tests/base.sh
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/base.sh
diff --git a/tests/builtin.sh b/tests/builtin.sh
new file mode 100644
index 0000000..b5e572a
--- /dev/null
+++ b/tests/builtin.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# ############################################################################ #
+# #
+# ::: :::::::: #
+# builtin.sh :+: :+: :+: #
+# +:+ +:+ +:+ #
+# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
+# +#+#+#+#+#+ +#+ #
+# Created: 2020/06/07 14:02:42 by charles #+# #+# #
+# Updated: 2020/06/07 14:02:42 by charles ### ########.fr #
+# #
+# ############################################################################ #
+
+###############################################################################
+# Builtin
+###############################################################################
+
+expect 'echo bonjour'
+expect 'echo bonjour je suis'
+expect "echo $lorem"
+expect "echo $lorem $lorem $lorem $lorem"
+
diff --git a/tests/redirection.sh b/tests/redirection.sh
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/redirection.sh
diff --git a/tests/separator.sh b/tests/separator.sh
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/separator.sh