| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent de125a5 commit 50c6666
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,15 +18,15 @@ const cases = [ | |||
| 18 | 18 | }, | |
| 19 | 19 | { | |
| 20 | 20 | timeZone: 'America/New_York', | |
| 21 | - expected: /Eastern (Standard|Daylight) Time/, | ||
| 21 | + expected: /Eastern (?:Standard|Daylight) Time/, | ||
| 22 | 22 | }, | |
| 23 | 23 | { | |
| 24 | 24 | timeZone: 'America/Los_Angeles', | |
| 25 | - expected: /Pacific (Standard|Daylight) Time/, | ||
| 25 | + expected: /Pacific (?:Standard|Daylight) Time/, | ||
| 26 | 26 | }, | |
| 27 | 27 | { | |
| 28 | 28 | timeZone: 'Europe/Dublin', | |
| 29 | - expected: /Irish/, | ||
| 29 | + expected: /Irish Standard Time|Greenwich Mean Time/, | ||
| 30 | 30 | }, | |
| 31 | 31 | ]; | |
| 32 | 32 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments