mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
juhannus as an alternative name for midsommarafton
This commit is contained in:
parent
325771d899
commit
6a790e3675
5 changed files with 12 additions and 4 deletions
|
@ -146,6 +146,7 @@ int main (int, char**)
|
|||
Variant var_false; testInit (t, "false", var_false);
|
||||
Variant midsommar; testInit (t, "midsommar", midsommar);
|
||||
Variant midsommarafton; testInit (t, "midsommarafton", midsommarafton);
|
||||
Variant juhannus; testInit (t, "juhannus", juhannus);
|
||||
Variant first; testInit (t, "1st", first);
|
||||
Variant second; testInit (t, "2nd", second);
|
||||
Variant third; testInit (t, "3rd", third);
|
||||
|
@ -173,6 +174,7 @@ int main (int, char**)
|
|||
t.ok (easter < eastermonday, "easter < eastermonday");
|
||||
t.ok (easter < midsommarafton, "easter < midsommarafton");
|
||||
t.ok (midsommarafton < midsommar, "midsommarafton < midsommar");
|
||||
t.ok (juhannus == midsommarafton, "juhannus == midsommarafton");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue