| 44 | } |
| 45 | |
| 46 | type evalLocalGlobalsCase struct { |
| 47 | exp string |
| 48 | globals string |
| 49 | locals string |
| 50 | start StartToken |
| 51 | } |
| 52 | |
| 53 | var g_evalLocalGlobalsCases = []evalLocalGlobalsCase{ |
| 54 | {"v=1+2", "{}", "{'v': 3}", FileInput}, |
nothing calls this directly
no outgoing calls
no test coverage detected