dyaml v0.8.3 (2020-09-19T21:46:57Z)
Home
Dub
Repo
emitTestCommon
dyaml
test
emitter
Undocumented in source. Be warned that the author may not have intended to support it.
version(unittest)
@
safe
void
emitTestCommon
(
T
)
(
ref
Appender
!
string
emitStream
,
T
events
,
bool
canonical
= false
)
if
(
isInputRange
!
T
&&
is
(
ElementType
!
T
==
Event
)
)
Meta
Source
See Implementation
dyaml
test
emitter
functions
compareEvents
emitTestCommon
testEmitterOnCanonical
testEmitterOnData
testEmitterStyles