
No other changes will be needed when merging the json5 branch into Base-7.0, these changes let testpvalink pass with and without it.
22 lines
333 B
Plaintext
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"})
|
|
}
|