mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix #202, blind attempt, passes tests.
This commit is contained in:
parent
77394bd029
commit
cb94993064
@ -13,7 +13,7 @@
|
||||
;;
|
||||
;; Some useful rules
|
||||
;;
|
||||
(defrule single-line-comment (and "--" (+ (not #\Newline)) #\Newline)
|
||||
(defrule single-line-comment (and "--" (* (not #\Newline)) #\Newline)
|
||||
(:constant :comment))
|
||||
|
||||
(defrule multi-line-comment (and "/*" (+ (not "*/")) "*/")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user