Skip to content

Commit

Permalink
test: add nested empty list malformed error test (carp-lang#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinok committed Feb 3, 2023
1 parent 84bfdcf commit e63155a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nested-empty-list.carp:2:1 [ERROR] The form: (()) is malformed
2 changes: 2 additions & 0 deletions test/test-for-errors/nested-empty-list.carp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(Project.config "file-path-print-length" "short")
(())

0 comments on commit e63155a

Please sign in to comment.