mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(seed): add expected output for test data
This commit is contained in:
parent
e2914d1e18
commit
c4e9c5b566
@ -398,6 +398,7 @@ public:
|
|||||||
{ label: "target", value: "9" },
|
{ label: "target", value: "9" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[0,1]",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: {
|
data: {
|
||||||
@ -406,6 +407,7 @@ public:
|
|||||||
{ label: "target", value: "6" },
|
{ label: "target", value: "6" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[1,2]",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: {
|
data: {
|
||||||
@ -414,6 +416,7 @@ public:
|
|||||||
{ label: "target", value: "6" },
|
{ label: "target", value: "6" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[0,1]",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -605,6 +608,7 @@ public:
|
|||||||
{ label: "l2", value: "[5,6,4]" },
|
{ label: "l2", value: "[5,6,4]" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[7,0,8]",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: {
|
data: {
|
||||||
@ -613,6 +617,7 @@ public:
|
|||||||
{ label: "l2", value: "[0]" },
|
{ label: "l2", value: "[0]" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[0]",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: {
|
data: {
|
||||||
@ -621,6 +626,7 @@ public:
|
|||||||
{ label: "l2", value: "[9,9,9,9]" },
|
{ label: "l2", value: "[9,9,9,9]" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "[8,9,9,9,0,0,0,1]",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -805,6 +811,7 @@ public:
|
|||||||
{ label: "nums2", value: "[2]" },
|
{ label: "nums2", value: "[2]" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "2.00000",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: {
|
data: {
|
||||||
@ -813,6 +820,7 @@ public:
|
|||||||
{ label: "nums2", value: "[3,4]" },
|
{ label: "nums2", value: "[3,4]" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
expectedOutput: "2.50000",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user