Skip to content

Commit

Permalink
Merge pull request #94 from pepe/fix-nil-doc
Browse files Browse the repository at this point in the history
Fix assert-docs when :doc is nil
  • Loading branch information
bakpakin committed Dec 15, 2022
2 parents 7024201 + 201a284 commit 63f656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spork/test.janet
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
(peg/match '(* (+ (* "(" (thru ")\n\n"))
(not "("))
(some 1) -1)
(val :doc)))
(get val :doc "")))
(string sym " does not have proper doc"))))

0 comments on commit 63f656e

Please sign in to comment.