wireplumber/tests
George Kiagiadakis 7c1fc1c567 wplua: table_to_properties: use luaL_tolstring to do string conversions
The advantage is that luaL_tolstring behaves the same as the native lua
tostring() function, while lua_tostring() does not. In particular, boolean
values are converted properly to "true" and "false" now, while they were
not converted with lua_tostring()

Add a unit test too
2021-02-16 16:53:22 +02:00
..
common tests: fix library unit tests 2020-11-13 19:54:48 +02:00
examples examples: add an example interactive lua script 2021-02-04 17:32:59 +02:00
modules rename all foo_iterate APIs to foo_new_iterator 2021-02-05 11:33:23 -05:00
wp rename all foo_iterate APIs to foo_new_iterator 2021-02-05 11:33:23 -05:00
wplua wplua: table_to_properties: use luaL_tolstring to do string conversions 2021-02-16 16:53:22 +02:00
meson.build wptoml: remove, it's not used anymore 2021-02-03 17:16:51 +02:00