Skip to content

Commit

Permalink
update parser tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Zhang committed Sep 19, 2023
1 parent ffbca7d commit b9c5f27
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,11 @@ class ParserSpec extends AnyFunSpec with Matchers {
parseSuccessfully("foo[1h5m25s] OFFSET 1h30m20s")

parseSuccessfully("foo @1000")
parseSuccessfully("foo @ 1000")
parseSuccessfully("foo @start()")
parseSuccessfully("foo @ start()")
parseSuccessfully("foo @end()")
parseSuccessfully("foo @ end()")

parseSuccessfully("foo[5m] @1000")
parseSuccessfully("foo[5m25s] @start()")
Expand Down

0 comments on commit b9c5f27

Please sign in to comment.