DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ R T

⟦40a9a1f75⟧ TextFile

    Length: 1601 (0x641)
    Types: TextFile
    Names: »RM_080_LOG«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦49e7f20b9⟧ 
                └─⟦this⟧ 

TextFile


=== 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.