mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Tests: Remove duplicated test for FloatingPointParsing
This commit is contained in:
parent
5fe1d38955
commit
672590c360
Notes:
github-actions[bot]
2024-11-06 09:23:41 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/672590c360e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2191 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ TEST_CASE(simple_cases)
|
|||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(001234.0);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(123.456);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(0.456);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(0.456);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(0.45689544977495495495197116546843576574949654);
|
||||
DOES_PARSE_DOUBLE_LIKE_CPP(0.45689544977495495495197116546843576574949654e81);
|
||||
DOES_PARSE_DOUBLE_LIKE_CPP(0.45689544977495495495197116546843576574949654e-81);
|
||||
|
|
Loading…
Reference in a new issue