Fix regress test 383 on Windows

%g is not available in Windows strftime. See documentation at https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx
This commit is contained in:
Evan Mallory 2016-10-02 20:01:49 -04:00
parent cd58d43228
commit 94c0db0133

View file

@ -23,7 +23,7 @@ test bal Assets:Investments --lots --date-format %Y-%m-%d
100 AA {2.00 GBP} [2014-01-01] Assets:Investments
end test
test bal Assets:Investments --lots --date-format %g-%b-%d
test bal Assets:Investments --lots --date-format %y-%b-%d
100 AA {2.00 GBP} [14-Jan-01] Assets:Investments
end test