aplefull
|
53cdb04ee8
|
LibJS: Fix parseFloat(-0) returning -0 instead of +0
The optimization that skips the string conversion for number values was
causing -0 to be returned as-is. This patch adds a check for this case.
|
2025-03-02 11:30:34 -05:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Linus Groh
|
8ebdf685a6
|
LibJS: Split isNaN tests into multiple sections
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
1ef573eb30
|
LibJS: Indent tests with 4 spaces instead of 2
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
6d58c48c2f
|
test-js: Use prettier and format all files
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
3f97d75778
|
LibJS: Convert most builtin tests to new system
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
4c48c9d69d
|
LibJS: Reorganize tests into subfolders
|
2020-07-03 19:30:13 +02:00 |
|