mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
WIP
This commit is contained in:
@@ -2593,7 +2593,7 @@ const y = x()`
|
||||
const code = `
|
||||
const x = async () => 123
|
||||
const y = async () => await x()
|
||||
y()
|
||||
await y()
|
||||
`
|
||||
const s = test_initial_state(code)
|
||||
const move = COMMANDS.move_cursor(s, code.indexOf('await x()')).state
|
||||
|
||||
Reference in New Issue
Block a user