find_call_sync

This commit is contained in:
Dmitry Vasilev
2023-01-08 08:25:22 +08:00
parent 2ee6290452
commit 9ea3cb15b3
3 changed files with 121 additions and 170 deletions

View File

@@ -1397,6 +1397,7 @@ export const tests = [
test('coloring nested', () => {
const code =
// TODO reformat using .trim()
`const x = () => {
return () => {
return 123
@@ -1801,7 +1802,7 @@ const y = x()`
assert_equal(s.current_calltree_node.toplevel, true)
}),
//TODO this test is fine standalone, but it breaks self-hosted
//TODO this test is fine standalone, but it breaks self-hosted test
/*
test('unwind_stack overflow', () => {
const s = test_initial_state(`