From 112ca7708857d89702cd9a75352be2fb4b132682 Mon Sep 17 00:00:00 2001 From: Alex Pelagenko <2159629+ideoma@users.noreply.github.com> Date: Thu, 2 May 2024 10:30:30 +0100 Subject: [PATCH] feat: test quotes in symbols --- ilp-client-interop-test.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ilp-client-interop-test.json b/ilp-client-interop-test.json index 7ff214c..2582de2 100644 --- a/ilp-client-interop-test.json +++ b/ilp-client-interop-test.json @@ -1634,5 +1634,20 @@ "result": { "status": "ERROR" } + }, + { + "testName": "quote in symbol value", + "table": "quote", + "symbols": [ + { + "name": "sym", + "value": "\"val\"" + } + ], + "columns": [], + "result": { + "status": "SUCCESS", + "line": "quote,sym=\"val\"" + } } ]