1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[test] Typo

This commit is contained in:
Witold Filipczyk 2024-09-07 14:39:35 +02:00
parent e589ec5ad4
commit ee9327532a

View File

@ -86,7 +86,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
foreach t: tofail
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: true, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert/',
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
'--eval', 'set.ecmascript.allow_xhr_file = 1',
'--eval', 'set ecmascript.allow_xhr_file = 1',
'--eval', 'set ecmascript.enable_console_log = 1',
'--eval', 'set ui.sessions.fork_on_start = 0',
'--no-connect', '1',
@ -95,7 +95,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
foreach t : took
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: false, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert',
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
'--eval', 'set.ecmascript.allow_xhr_file = 1',
'--eval', 'set ecmascript.allow_xhr_file = 1',
'--eval', 'set ecmascript.enable_console_log = 1',
'--eval', 'set ui.sessions.fork_on_start = 0',
'--no-connect', '1',