mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix up regex in test
This commit is contained in:
parent
d0512c6edd
commit
5e17dbeff2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func TestLegacyIsotime_inputs(t *testing.T) {
|
|||
},
|
||||
{
|
||||
cty.StringVal("Mon Jan 02, 2006"),
|
||||
`^(Mon|Tues|Wed|Thu|Fri|Sat|Sun){1} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec){1} \d{2}, \d{4}$`,
|
||||
`^(Mon|Tue|Wed|Thu|Fri|Sat|Sun){1} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec){1} \d{2}, \d{4}$`,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue