mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
find_call_sync
This commit is contained in:
@@ -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(`
|
||||
|
||||
Reference in New Issue
Block a user