@@ -1850,11 +1850,13 @@ The [=remote end steps=] with |session| and |command parameters| are:
18501850
185118511. Let the |set of event names| be empty [=set=] .
18521852
1853- 1. For each |event| of <code> command parameters</code> ["events"] , append |event| to |set of event names|.
1853+ 1. For each |event| of <code> command parameters</code> ["events"] :
1854+
1855+ 1. Append |event| to |set of event names|.
18541856
185518571. Let |set of contexts| be null.
18561858
1857- 1. If the value of the <code> contexts</code> field of |command parameters| is not null.
1859+ 1. If the value of the <code> contexts</code> field of |command parameters| is not null:
18581860
18591861 1. Set |set of contexts| to empty [=set=] .
18601862
@@ -1928,14 +1930,16 @@ The [=remote end steps=] with |session| and |command parameters| are:
19281930
192919311. Let |set of contexts| be null.
19301932
1931- 1. If the value of the <code> contexts</code> field of |command parameters| is not null.
1933+ 1. If the value of the <code> contexts</code> field of |command parameters| is not null:
19321934
19331935 1. Set |set of contexts| to empty [=set=] .
19341936
1935- 1. For each |event| of <code> command parameters</code> ["contexts"] , append |event| to |set of contexts|.
1937+ 1. For each |event| of <code> command parameters</code> ["contexts"] :
1938+
1939+ 1. Append |event| to |set of contexts|.
19361940
193719411. [=Try=] to [=update the event map=] with |session|,
1938- |set of event names|, |list of contexts| and enabled false.
1942+ |set of event names|, |set of contexts| and enabled false.
19391943
194019441. Return [=success=] with data null.
19411945
0 commit comments