|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1600 (0x640)
Types: TextFile
Notes: R1k Text-file segment
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦e4285e0da⟧
└─⟦this⟧
=== Test Section => String database Null_DB
Create database from string:
""
Write db_1 ... read db_2 ... write db_2 ... compare dumps ... done.
("", "") => no value("a", "A") => no value("a.b", "A.B") => no value("a.b.c", "A.B.C") => no value("a.b.c.d", "A.B.C.D") => no value
=== Test Section => String database Empty_DB
Create database from string:
"! An empty database"
Write db_1 ... read db_2 ... write db_2 ... compare dumps ... done.
("", "") => no value("a", "A") => no value("a.b", "A.B") => no value("a.b.c", "A.B.C") => no value("a.b.c.d", "A.B.C.D") => no value
=== Test Section => String database Simple_DB
Create database from string:
"*a: *a"
Write db_1 ... read db_2 ... write db_2 ... compare dumps ... done.
("", "") => no value("a", "A") => "*a"("a.b", "A.B") => no value("a.b.c", "A.B.C") => no value("a.b.c.d", "A.B.C.D") => no value
=== Test Section => String database Short_DB
Create database from string:
"! A short database\ 10\\ 10\.a: .a\ 10\*b: *b\ 10\"
Write db_1 ... read db_2 ... write db_2 ... compare dumps ... done.
("", "") => no value("a", "A") => ".a"("a.b", "A.B") => "*b"("a.b.c", "A.B.C") => no value("a.b.c.d", "A.B.C.D") => no value
=== Test Section => String database Multi-Level_DB
Create database from string:
"! A multi-level database\ 10\ \ 10\a.b: a.b\ 10\!\000: Ignored\ 10\*c: *\143\ 10\*d: \\ 10\ *d"
Write db_1 ... read db_2 ... write db_2 ... compare dumps ... done.
("", "") => ""("a", "A") => no value("a.b", "A.B") => "a.b"("a.b.c", "A.B.C") => "*c"("a.b.c.d", "A.B.C.D") => "*d"
End of log