Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData | Timothy Flynn | |
Currently, LibUnicodeData contains the generated UCD and CLDR data. Move the UCD data to the main LibUnicode library, and rename LibUnicodeData to LibLocaleData. This is another prepatory change to migrate to LibLocale. | |||
2022-02-23 | LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests | Ali Mohammad Pur | |
As there's a somewhat active development going on, let's keep the expected behaviour under tests to make sure nothing blows up :^) |