/ tests / timestamps / rfc_timestamps.test
rfc_timestamps.test
 1  program="../lexical_scopes"
 2  chronicles_sinks="textlines[stdout,file]"
 3  chronicles_colors=None
 4  chronicles_timestamps=RfcTime
 5  chronicles_thread_ids=None
 6  chronicles_line_endings=Posix
 7  timestamp_peg="""{\d\d\d\d} '-' {\d\d} '-' {\d\d} ' ' {\d\d} ':' {\d\d} ':' {\d\d}  '.' {\d\d\d} {'+' / '-'} {\d\d} ':' {\d\d} \s"""
 8  [Output]
 9  stdout="""INF 2025-07-14 13:06:43.355+02:00 main started                               topics="main" a=12 b=overriden-b d=some-d x=16 c=10 arg=50 z=20
10  INF 2025-07-14 13:06:43.355+02:00 exiting                                    msg="bye bye" a=12 b=overriden-b x=16 c=100
11  """
12  rfc_timestamps.log="""INF 2025-07-14 13:06:43.355+02:00 main started                               topics="main" a=12 b=overriden-b d=some-d x=16 c=10 arg=50 z=20
13  INF 2025-07-14 13:06:43.355+02:00 exiting                                    msg="bye bye" a=12 b=overriden-b x=16 c=100
14  """