diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/034_onload.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/034_onload.out b/cli/tests/034_onload.out index c9556e991..9b1f454c9 100644 --- a/cli/tests/034_onload.out +++ b/cli/tests/034_onload.out @@ -1,11 +1,11 @@ log from nest_imported script log from imported script log from main -got load event in onload function got load event in event handler (nest_imported) got load event in event handler (imported) got load event in event handler (main) -got unload event in onunload function +got load event in onload function got unload event in event handler (nest_imported) got unload event in event handler (imported) got unload event in event handler (main) +got unload event in onunload function |