From 740aad67129c63ca7c38ccf6abf111d5c4066504 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 8 Aug 2020 23:51:01 -0500 Subject: [PATCH] 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. --- testApp/testpvalink.db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testApp/testpvalink.db b/testApp/testpvalink.db index 8c4a891..ddf0593 100644 --- a/testApp/testpvalink.db +++ b/testApp/testpvalink.db @@ -8,7 +8,7 @@ record(ai, "target:ai") { } record(int64in, "src:i1") { - field(INP, {pva:"target:i"}) + field(INP, {"pva":"target:i"}) } # used by testPut() @@ -17,5 +17,5 @@ record(int64in, "target:i2") { } record(int64out, "src:o2") { - field(OUT, {pva:"target:i2"}) + field(OUT, {"pva":"target:i2"}) }