summaryrefslogtreecommitdiff
path: root/tests/core/variant
AgeCommit message (Expand)Author
2023-03-27Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping
2023-02-24Core: Identity compare objects by id, not by pointersDmitrii Maganov
2023-01-25Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-05Unify String and StringNamerune-scape
2022-08-16Add Dictionary.find_key()kobewi
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-01-23Merge pull request #56337 from cdemirer/fix-array-dictionary-idRémi Verschelde
2022-01-10`Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-30Fix Array and Dictionary id() and dictionary test bugcdemirer
2021-11-26PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-07Move and organize tests into subfoldersAaron Franke