We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c131 commit d829f8eCopy full SHA for d829f8e
1 file changed
src/schedule_parser.janet
@@ -1,4 +1,4 @@
1
-### ————————————————————————————————————————————————————————————————————————————
+### ————————————————————————————————————————————————————————————————————————————————————————————————
2
### This module implements a PEG parser that parses schedule string into
3
### task entities.
4
@@ -20,7 +20,7 @@
20
(length (filter (fn [line] (string/has-prefix? "-" line))
21
(string/split "\n" schedule-string))))
22
23
-## —————————————————————————————————————————————————————————————————————————————
+## —————————————————————————————————————————————————————————————————————————————————————————————————
24
## Public Interface
25
26
(defn parse
0 commit comments