ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Add behaviour tests for the Object API #14

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Currently interacting with objects and methods has no behaviour tests.

ikskuh commented 4 years ago

These are covered within runtime.lola via the dictionary and list objects.