mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-68615 questions: more increment idnumber cases found by our tester
This commit is contained in:
parent
1d47cb2168
commit
bee903193b
@ -2157,8 +2157,13 @@ class core_questionlib_testcase extends advanced_testcase {
|
||||
['id999', 'id1000'],
|
||||
['0', '1'],
|
||||
['-1', '-2'],
|
||||
['01', '02'],
|
||||
['09', '10'],
|
||||
['1.0E+29', '1.0E+30'], // Idnumbers are strings, not floats.
|
||||
['1.0E-29', '1.0E-30'], // By the way, this is not a sensible idnumber!
|
||||
['10.1', '10.2'],
|
||||
['10.9', '10.10'],
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user