diff options
author | nea <nea@nea.moe> | 2023-08-21 16:15:59 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-21 16:15:59 +0200 |
commit | 4bbfede4060d38083aafd8a6c7ab2847e0e55ebf (patch) | |
tree | f0ab50180d2fa1c872ba8c20a4b055cd87bed3c9 /TestOutput.xml | |
parent | de694f30b5e2f6fd62a00e5a622abe0a2411afb9 (diff) | |
download | nealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.tar.gz nealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.tar.bz2 nealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.zip |
method binding
Diffstat (limited to 'TestOutput.xml')
-rw-r--r-- | TestOutput.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/TestOutput.xml b/TestOutput.xml new file mode 100644 index 0000000..aaef8ea --- /dev/null +++ b/TestOutput.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" ?><testsuites><testsuite name="Test" tests="0" skipped="0" failures="0" errors="0" timestamp="2023-08-21T04:12:42"><properties></properties><system-out><![CDATA[Hello, World, here is an atom: :iamanatom +:myfunworks +:atom +a :test +... [:work, :whatever] +<native function pure.r> hello world ++ 16.2 +- -2.0 +* 100.0 +/ 0.16666666666666666 +============ +left evaluated +truthy value +left evaluated +falsey value +============ +Error: Could not resolve variable sc at /home/nea/src/nealisp/build/resources/test/scratch.lisp:21:30 until 21:32 +This should fail nil +This should work 42.0 +============ +Running tests +This should be 1.0 1.0 +]]></system-out></testsuite></testsuites>
\ No newline at end of file |