We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47be4f5 commit 112ca77Copy full SHA for 112ca77
ilp-client-interop-test.json
@@ -1634,5 +1634,20 @@
1634
"result": {
1635
"status": "ERROR"
1636
}
1637
+ },
1638
+ {
1639
+ "testName": "quote in symbol value",
1640
+ "table": "quote",
1641
+ "symbols": [
1642
1643
+ "name": "sym",
1644
+ "value": "\"val\""
1645
+ }
1646
+ ],
1647
+ "columns": [],
1648
+ "result": {
1649
+ "status": "SUCCESS",
1650
+ "line": "quote,sym=\"val\""
1651
1652
1653
]
0 commit comments