Skip to content

Commit

Permalink
disable failing test PARSE-LIST-WITH-CARRIAGE-RETURN
Browse files Browse the repository at this point in the history
... on platforms, Lisps where it doesn't make sense.
  • Loading branch information
Gabor Melis authored and 3b committed Aug 12, 2023
1 parent 0cc2f86 commit e68b2d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/grammar/blocks/bullet-list.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "* xy
Expand Down

0 comments on commit e68b2d4

Please sign in to comment.