diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | chains-test.asd | 0 | ||||
-rw-r--r-- | src/interpreter.lisp | 0 | ||||
-rw-r--r-- | test/test1.chn (renamed from t/test1.chn) | 0 | ||||
-rw-r--r-- | test/test1.html | 8 | ||||
-rw-r--r-- | test/test2.chn (renamed from t/test2.chn) | 0 | ||||
-rw-r--r-- | test/test2.html | 16 | ||||
-rw-r--r-- | test/test3.chn (renamed from t/test3.chn) | 0 | ||||
-rw-r--r-- | test/test4.chn (renamed from t/test4.chn) | 0 |
9 files changed, 25 insertions, 0 deletions
@@ -2,3 +2,4 @@ sandbox.lisp archive/* notes t/test*.html +plan.org diff --git a/chains-test.asd b/chains-test.asd new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/chains-test.asd diff --git a/src/interpreter.lisp b/src/interpreter.lisp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/interpreter.lisp diff --git a/t/test1.chn b/test/test1.chn index f55fb70..f55fb70 100644 --- a/t/test1.chn +++ b/test/test1.chn diff --git a/test/test1.html b/test/test1.html new file mode 100644 index 0000000..5da418f --- /dev/null +++ b/test/test1.html @@ -0,0 +1,8 @@ +<section><h1>Introduction</h1> +Hello, this is a sample of a program written in chains +Chains was created by Thomas Albers Raviola to help him write articles of questionable +usefulness. +the date is May 12, 2024 +</section><section><h1>Conclusion</h1> +idk man, guess it works, don't it? +</section>
\ No newline at end of file diff --git a/t/test2.chn b/test/test2.chn index a637b61..a637b61 100644 --- a/t/test2.chn +++ b/test/test2.chn diff --git a/test/test2.html b/test/test2.html new file mode 100644 index 0000000..98a250a --- /dev/null +++ b/test/test2.html @@ -0,0 +1,16 @@ +<html > +<head > +<title > +Website +</title> +</head> +<body > + +<h1 > +Chains test +</h1> +<p > +Hello World! +</p> +</body> +</html> diff --git a/t/test3.chn b/test/test3.chn index 2fbdeab..2fbdeab 100644 --- a/t/test3.chn +++ b/test/test3.chn diff --git a/t/test4.chn b/test/test4.chn index e126091..e126091 100644 --- a/t/test4.chn +++ b/test/test4.chn |