source: git/Tst/Manual/python_eval.tst @ 159ca3

fieker-DuValspielwiese
Last change on this file since 159ca3 was fe237b8, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed pure python-related test
  • Property mode set to 100644
File size: 139 bytes
Line 
1LIB "tst.lib"; tst_init(); LIB("pyobject.so");
2  python_eval("17 + 4");
3  typeof(_);
4  list ll = python_eval("range(10)");
5tst_status(1);$
Note: See TracBrowser for help on using the repository browser.