Files
pva2pva/testApp/testpvalink.db
Andrew Johnson 740aad6712 Modify test database to avoid break when json5 merged
No other changes will be needed when merging the json5 branch into
Base-7.0, these changes let testpvalink pass with and without it.
2020-08-09 00:55:51 -05:00

22 lines
333 B
Plaintext

# used by testGet()
record(int64in, "target:i") {
field(VAL, "42")
}
record(ai, "target:ai") {
field(VAL, "4.0")
}
record(int64in, "src:i1") {
field(INP, {"pva":"target:i"})
}
# used by testPut()
record(int64in, "target:i2") {
field(VAL, "43")
}
record(int64out, "src:o2") {
field(OUT, {"pva":"target:i2"})
}