Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 30, 2023
1 parent f1d1674 commit 026889e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions test/cases/dsl-gmt-date-time-functions/0002/expout
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ n,sec,gmt
20,2000000000.99900007,2033-05-18T03:33:20.9Z
21,2000000000.99999905,2033-05-18T03:33:20.9Z
22,2000000001.00000000,2033-05-18T03:33:21.0Z
23,,
24,x,x
25,123x,123x
23,,(error)
24,x,(error)
25,123x,(error)
6 changes: 3 additions & 3 deletions test/cases/dsl-gmt-date-time-functions/0003/expout
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ n,sec,gmt
20,2000000000.99900007,2033-05-18T03:33:20.999Z
21,2000000000.99999905,2033-05-18T03:33:20.999Z
22,2000000001.00000000,2033-05-18T03:33:21.000Z
23,,
24,x,x
25,123x,123x
23,,(error)
24,x,(error)
25,123x,(error)
6 changes: 3 additions & 3 deletions test/cases/dsl-gmt-date-time-functions/0004/expout
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ n,sec,gmt
20,2000000000.99900007,2033-05-18T03:33:20.999000Z
21,2000000000.99999905,2033-05-18T03:33:20.999999Z
22,2000000001.00000000,2033-05-18T03:33:21.000000Z
23,,
24,x,x
25,123x,123x
23,,(error)
24,x,(error)
25,123x,(error)

0 comments on commit 026889e

Please sign in to comment.