dyaml.test.constructor

Undocumented in source.

Members

Classes

TestClass
class TestClass

Testing custom YAML class type.

Functions

constructAliasesCDumperBug
Node[] constructAliasesCDumperBug()

Test cases:

constructBinary
Node[] constructBinary()
Undocumented in source. Be warned that the author may not have intended to support it.
constructBool
Node[] constructBool()
Undocumented in source. Be warned that the author may not have intended to support it.
constructCustom
Node[] constructCustom()
Undocumented in source. Be warned that the author may not have intended to support it.
constructFloat
Node[] constructFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
constructInt
Node[] constructInt()
Undocumented in source. Be warned that the author may not have intended to support it.
constructMap
Node[] constructMap()
Undocumented in source. Be warned that the author may not have intended to support it.
constructMerge
Node[] constructMerge()
Undocumented in source. Be warned that the author may not have intended to support it.
constructNull
Node[] constructNull()
Undocumented in source. Be warned that the author may not have intended to support it.
constructOMap
Node[] constructOMap()
Undocumented in source. Be warned that the author may not have intended to support it.
constructPairs
Node[] constructPairs()
Undocumented in source. Be warned that the author may not have intended to support it.
constructSeq
Node[] constructSeq()
Undocumented in source. Be warned that the author may not have intended to support it.
constructSet
Node[] constructSet()
Undocumented in source. Be warned that the author may not have intended to support it.
constructStr
Node[] constructStr()
Undocumented in source. Be warned that the author may not have intended to support it.
constructStrASCII
Node[] constructStrASCII()
Undocumented in source. Be warned that the author may not have intended to support it.
constructStrUTF8
Node[] constructStrUTF8()
Undocumented in source. Be warned that the author may not have intended to support it.
constructTimestamp
Node[] constructTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
constructValue
Node[] constructValue()
Undocumented in source. Be warned that the author may not have intended to support it.
duplicateMergeKey
Node[] duplicateMergeKey()
Undocumented in source. Be warned that the author may not have intended to support it.
floatRepresenterBug
Node[] floatRepresenterBug()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidSingleQuoteBug
Node[] invalidSingleQuoteBug()
Undocumented in source. Be warned that the author may not have intended to support it.
moreFloats
Node[] moreFloats()
Undocumented in source. Be warned that the author may not have intended to support it.
negativeFloatBug
Node[] negativeFloatBug()
Undocumented in source. Be warned that the author may not have intended to support it.
pair
Node.Pair pair(A a, B b)

Construct a pair of nodes with specified values.

singleDotFloatBug
Node[] singleDotFloatBug()
Undocumented in source. Be warned that the author may not have intended to support it.
testConstructor
void testConstructor(string dataFilename, string codeDummy)

Constructor unittest.

timestampBugs
Node[] timestampBugs()
Undocumented in source. Be warned that the author may not have intended to support it.
utf16be
Node[] utf16be()
Undocumented in source. Be warned that the author may not have intended to support it.
utf16le
Node[] utf16le()
Undocumented in source. Be warned that the author may not have intended to support it.
utf8
Node[] utf8()
Undocumented in source. Be warned that the author may not have intended to support it.
utf8implicit
Node[] utf8implicit()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TestStruct
struct TestStruct

Testing custom YAML struct type.

Variables

expected
Node[][string] expected;

Expected results of loading test inputs.

Meta