From e68b2d442f29b4534c1c8e2f2cdf7583643a2fc5 Mon Sep 17 00:00:00 2001 From: Gabor Melis <(none)> Date: Thu, 10 Aug 2023 14:29:18 +0200 Subject: [PATCH] disable failing test PARSE-LIST-WITH-CARRIAGE-RETURN ... on platforms, Lisps where it doesn't make sense. --- tests/grammar/blocks/bullet-list.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/grammar/blocks/bullet-list.lisp b/tests/grammar/blocks/bullet-list.lisp index 67b3f63..cf12025 100644 --- a/tests/grammar/blocks/bullet-list.lisp +++ b/tests/grammar/blocks/bullet-list.lisp @@ -89,6 +89,10 @@ (:BULLET-LIST (:LIST-ITEM (:PLAIN "Bar"))))) +;;; CLISP treats the return character as a line ending regardless of +;;; the platform +;;; (https://clisp.sourceforge.io/impnotes/clhs-newline.html). +#-(or clisp windows) (def-grammar-test parse-list-with-carriage-return :text "* x y