]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Add test for booleans
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 3 Aug 2021 20:43:01 +0000 (22:43 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 3 Aug 2021 20:43:01 +0000 (22:43 +0200)
tests/bool/false.gw [new file with mode: 0644]
tests/bool/true.gw [new file with mode: 0644]

diff --git a/tests/bool/false.gw b/tests/bool/false.gw
new file mode 100644 (file)
index 0000000..0faf6f1
--- /dev/null
@@ -0,0 +1,2 @@
+#! [contains] false
+<<< false >>>;
diff --git a/tests/bool/true.gw b/tests/bool/true.gw
new file mode 100644 (file)
index 0000000..d53b336
--- /dev/null
@@ -0,0 +1,2 @@
+#! [contains] true
+<<< true >>>;