tests: non alphanumeric characters in input
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Sun, 23 Jun 2019 15:03:20 +0000 (17:03 +0200)
committerNicolas Boulenguez <nicolas.boulenguez@free.fr>
Wed, 17 Jul 2019 22:01:14 +0000 (00:01 +0200)
commit3b797cd5ec04fc4f87b63b3b5f302f8127307b5d
tree180a86b9c679c5e4e46d24f505713661a252ca6f
parent520c71f75261c3720520f07c7663e718f2465856
tests: non alphanumeric characters in input

Make: remove part of EVAL breaking # and $

step0: no MAL character must break the interpreter
       (soft) no printable ASCII character either

step1: no MAL character must break strings
       (soft) no printable ASCII character should break strings
       (soft) no character should break comments

step6: redo step1 tests for comments inside read-string, as new
       problem may occur with line breaks and escape characters of the host
       language.
make/step0_repl.mk
tests/step0_repl.mal
tests/step1_read_print.mal
tests/step6_file.mal