Skip to content

Commit d52de67

Browse files
committed
needs tests
1 parent d2bca2a commit d52de67

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/java_time.cljc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
[java-time.core
1313
zero? negative? negate abs max min
1414
before? not-after? after? not-before?
15-
supports? chronology fields units properties property
15+
supports?
16+
fields units properties property
1617
as value range min-value max-value largest-min-value smallest-max-value
17-
with-value with-min-value with-max-value with-largest-min-value with-smallest-max-value
18-
truncate-to time-between with-zone leap?
19-
plus minus multiply-by]
18+
truncate-to time-between with-zone
19+
plus minus multiply-by
20+
;; TODO below here needs unit tests
21+
chronology leap? with-value with-min-value with-max-value with-largest-min-value with-smallest-max-value]
2022

2123
[java-time.amount
2224
duration period period? duration?

0 commit comments

Comments
 (0)