js formatting
This commit is contained in:
parent
530dd1d670
commit
589c3fe975
1 changed files with 16 additions and 4 deletions
|
@ -4,7 +4,10 @@
|
||||||
"tests": [
|
"tests": [
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"values": [["1", "1", "1", "1"], ["0", "1", "1", "0"]]
|
"values": [
|
||||||
|
["1", "1", "1", "1"],
|
||||||
|
["0", "1", "1", "0"]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"Ok": {
|
"Ok": {
|
||||||
|
@ -14,7 +17,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"values": [["0", "1", "1", "0"], ["1", "1", "1", "1"]]
|
"values": [
|
||||||
|
["0", "1", "1", "0"],
|
||||||
|
["1", "1", "1", "1"]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"Ok": {
|
"Ok": {
|
||||||
|
@ -24,7 +30,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"values": [["0", "0", "0", "0"], ["1", "1", "1", "1"]]
|
"values": [
|
||||||
|
["0", "0", "0", "0"],
|
||||||
|
["1", "1", "1", "1"]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"Ok": {
|
"Ok": {
|
||||||
|
@ -34,7 +43,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"values": [["1", "1", "1", "1"], ["1", "1", "1", "1"]]
|
"values": [
|
||||||
|
["1", "1", "1", "1"],
|
||||||
|
["1", "1", "1", "1"]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"Ok": {
|
"Ok": {
|
||||||
|
|
Loading…
Reference in a new issue