mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 23:55:43 +00:00
26 lines
344 B
Plaintext
26 lines
344 B
Plaintext
|
program="../lexical_scopes"
|
||
|
chronicles_sinks="textblocks[stdout]"
|
||
|
chronicles_colors=None
|
||
|
chronicles_timestamps=None
|
||
|
chronicles_indent=1
|
||
|
[Output]
|
||
|
stdout="""INF main started topics="main"
|
||
|
tid: 26603
|
||
|
a: 12
|
||
|
b: overriden-b
|
||
|
d: some-d
|
||
|
arg: 50
|
||
|
z: 20
|
||
|
x: 16
|
||
|
c: 10
|
||
|
|
||
|
INF exiting
|
||
|
tid: 26603
|
||
|
msg: bye bye
|
||
|
b: overriden-b
|
||
|
x: 16
|
||
|
c: 100
|
||
|
a: 12
|
||
|
|
||
|
"""
|