Skip to content

Commit

Permalink
Add simple test for #129
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 13, 2023
1 parent ffd8eb7 commit 3a677de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inst/tinytest/test_gh_issue_129.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

library(anytime)

dtchar <- "13/13/2023" # ambivalent input, should result in warning
expect_warning(anytime(dtchar))

0 comments on commit 3a677de

Please sign in to comment.