Alexandre Flament 72f5e7cfb8 js_variable_to_python: add tests, handle more JS syntax
The tests from chompjs are copied.
The comment out tests do not pass.
The implementation of js_variable_to_python has been updated:
* in the main looop, try to make the four different cases more clear
* handle decimal number like "-.5", "5." or "- 5"  (without double quote)
* the character ` is seen a string delimiter as intended in JS
* the identifiers follow JS specification ($, _, letters and numbers)
2023-09-16 18:30:57 +00:00
..
2023-09-13 21:41:33 +02:00
2023-09-15 22:00:09 +02:00
2023-08-30 16:39:10 +02:00
2022-06-03 15:41:52 +02:00
2023-09-14 16:26:10 +02:00
2022-07-30 18:04:44 +02:00
2023-05-19 19:35:29 +05:30